Ejemplo n.º 1
0
 public int ReLayoutDocfileOnILockBytes(ILockBytes *pILockBytes)
 {
     return(((delegate * unmanaged <ILayoutStorage *, ILockBytes *, int>)(lpVtbl[7]))((ILayoutStorage *)Unsafe.AsPointer(ref this), pILockBytes));
 }
Ejemplo n.º 2
0
 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));
 }
Ejemplo n.º 4
0
 public static extern HRESULT GetHGlobalFromILockBytes([NativeTypeName("LPLOCKBYTES")] ILockBytes *plkbyt, HGLOBAL *phglobal);
Ejemplo n.º 5
0
 public static extern HRESULT StgIsStorageILockBytes(ILockBytes *plkbyt);
Ejemplo n.º 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);
Ejemplo n.º 7
0
 public static extern HRESULT StgCreateDocfileOnILockBytes(ILockBytes *plkbyt, [NativeTypeName("DWORD")] uint grfMode, [NativeTypeName("DWORD")] uint reserved, IStorage **ppstgOpen);