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