IOplockStorage::CreateStorageEx Method (String^, UInt32, UInt32, UInt32, Guid, IntPtr)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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

void CreateStorageEx(
	String^ pwcsName,
	unsigned int grfMode,
	unsigned int stgfmt,
	unsigned int grfAttrs,
	[InAttribute] Guid% riid,
	[OutAttribute] IntPtr% ppstgOpen
)

Parameters

pwcsName
Type: System::String^
grfMode
Type: System::UInt32
stgfmt
Type: System::UInt32
grfAttrs
Type: System::UInt32
riid
Type: System::Guid
ppstgOpen
Type: System::IntPtr
Return to top
Show: