public HRESULT RemoveEntry(ITravelLogEntry *ptle)
 {
     return(((delegate * unmanaged <ITravelLogStg *, ITravelLogEntry *, int>)(lpVtbl[8]))((ITravelLogStg *)Unsafe.AsPointer(ref this), ptle));
 }
 public HRESULT CreateEntry([NativeTypeName("LPCWSTR")] ushort *pszUrl, [NativeTypeName("LPCWSTR")] ushort *pszTitle, ITravelLogEntry *ptleRelativeTo, BOOL fPrepend, ITravelLogEntry **pptle)
 {
     return(((delegate * unmanaged <ITravelLogStg *, ushort *, ushort *, ITravelLogEntry *, BOOL, ITravelLogEntry **, int>)(lpVtbl[3]))((ITravelLogStg *)Unsafe.AsPointer(ref this), pszUrl, pszTitle, ptleRelativeTo, fPrepend, pptle));
 }