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)); }
public static extern HRESULT GetHGlobalFromILockBytes([NativeTypeName("LPLOCKBYTES")] ILockBytes *plkbyt, HGLOBAL *phglobal);
public static extern HRESULT StgIsStorageILockBytes(ILockBytes *plkbyt);
public static extern HRESULT StgOpenStorageOnILockBytes(ILockBytes *plkbyt, IStorage *pstgPriority, [NativeTypeName("DWORD")] uint grfMode, [NativeTypeName("SNB")] ushort **snbExclude, [NativeTypeName("DWORD")] uint reserved, IStorage **ppstgOpen);
public static extern HRESULT StgCreateDocfileOnILockBytes(ILockBytes *plkbyt, [NativeTypeName("DWORD")] uint grfMode, [NativeTypeName("DWORD")] uint reserved, IStorage **ppstgOpen);