Exemplo n.º 1
0
 public static extern int StgCreateDocfileOnILockBytes([MarshalAs(UnmanagedType.Interface)][In] Interop.ILockBytes lockBytes, [In] uint grfMode, [In] int reserved, [MarshalAs(UnmanagedType.Interface)] out Interop.IStorage newStorage);
Exemplo n.º 2
0
 public static extern int StgOpenStorageOnILockBytes([MarshalAs(UnmanagedType.Interface)][In] Interop.ILockBytes lockBytes, [In] IntPtr pStgPriority, [In] uint grfMode, [In] IntPtr snbExclude, [In] uint reserved, [MarshalAs(UnmanagedType.Interface)] out Interop.IStorage newStorage);