Example #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);
Example #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);