IStorage::CreateStorage Method (String^, UInt32, UInt32, UInt32, IStorage^)

 
Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

void CreateStorage(
	String^ pwcsName,
	unsigned int grfMode,
	unsigned int reserved1,
	unsigned int reserved2,
	[OutAttribute] IStorage^% ppstg
)

Parameters

pwcsName
Type: System::String^
grfMode
Type: System::UInt32
reserved1
Type: System::UInt32
reserved2
Type: System::UInt32
ppstg
Type: Microsoft.VisualStudio.OLE.Interop::IStorage^
Return to top
Show: