Beispiel #1
0
 public int ReLayoutDocfileOnILockBytes(ILockBytes *pILockBytes)
 {
     return(((delegate * unmanaged <ILayoutStorage *, ILockBytes *, int>)(lpVtbl[7]))((ILayoutStorage *)Unsafe.AsPointer(ref this), pILockBytes));
 }
 public static extern HRESULT StgGetIFillLockBytesOnILockBytes(ILockBytes *pilb, IFillLockBytes **ppflb);
 public int ReLayoutDocfileOnILockBytes([NativeTypeName("ILockBytes *")] ILockBytes *pILockBytes)
 {
     return(((delegate * stdcall <ILayoutStorage *, ILockBytes *, int>)(lpVtbl[7]))((ILayoutStorage *)Unsafe.AsPointer(ref this), pILockBytes));
 }
Beispiel #4
0
 public static extern HRESULT GetHGlobalFromILockBytes([NativeTypeName("LPLOCKBYTES")] ILockBytes *plkbyt, HGLOBAL *phglobal);
Beispiel #5
0
 public static extern HRESULT StgIsStorageILockBytes(ILockBytes *plkbyt);
Beispiel #6
0
 public static extern HRESULT StgOpenStorageOnILockBytes(ILockBytes *plkbyt, IStorage *pstgPriority, [NativeTypeName("DWORD")] uint grfMode, [NativeTypeName("SNB")] ushort **snbExclude, [NativeTypeName("DWORD")] uint reserved, IStorage **ppstgOpen);
Beispiel #7
0
 public static extern HRESULT StgCreateDocfileOnILockBytes(ILockBytes *plkbyt, [NativeTypeName("DWORD")] uint grfMode, [NativeTypeName("DWORD")] uint reserved, IStorage **ppstgOpen);