3 references to CreateStorage
System.Private.Windows.Core (3)
Windows.Win32.IStorage.g.cs (1)
177 return __object.CreateStorage(pwcsName, grfMode, reserved1, reserved2, ppstg);
Windows.Win32.System_Com_StructuredStorage_IStorage_Extensions.g.cs (2)
43 /// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IStorage.Interface.CreateStorage(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.STGM, uint, uint, winmdroot.System.Com.StructuredStorage.IStorage**)"/> 48 winmdroot.Foundation.HRESULT __result = @this.CreateStorage(pwcsNameLocal, grfMode, reserved1, reserved2, ppstg);