System\Design\UnsafeNativeMethods.cs (6)
50public static IStorage StgCreateDocfileOnILockBytes(ILockBytes iLockBytes, int grfMode, int reserved);
109int GetNewStorage(out IStorage ret);
119void CopyTo(int ciidExclude, Guid[] pIIDExclude, IntPtr snbExclude, IStorage stgDest);
120IStorage CreateStorage(string pwcsName, int grfMode, int reserved1, int reserved2);
124void MoveElementTo(string pwcsName, IStorage stgDest, string pwcsNewName, int grfFlags);
125IStorage OpenStorage(string pwcsName, IntPtr pstgPriority, int grfMode, IntPtr snbExclude, int reserved);