IStorage.CreateStorage(String, UInt32, UInt32, UInt32, IStorage) Method

Definition

public:
 void CreateStorage(System::String ^ pwcsName, System::UInt32 grfMode, System::UInt32 reserved1, System::UInt32 reserved2, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IStorage ^ % ppstg);
public void CreateStorage (string pwcsName, uint grfMode, uint reserved1, uint reserved2, out Microsoft.VisualStudio.OLE.Interop.IStorage ppstg);
abstract member CreateStorage : string * uint32 * uint32 * uint32 * IStorage -> unit
Public Sub CreateStorage (pwcsName As String, grfMode As UInteger, reserved1 As UInteger, reserved2 As UInteger, ByRef ppstg As IStorage)

Parameters

pwcsName
String
grfMode
UInt32
reserved1
UInt32
reserved2
UInt32
ppstg
IStorage

Applies to