IOplockStorage.OpenStorageEx Method

Definition

public:
 void OpenStorageEx(System::String ^ pwcsName, System::UInt32 grfMode, System::UInt32 stgfmt, System::UInt32 grfAttrs, Guid % riid, [Runtime::InteropServices::Out] IntPtr % ppstgOpen);
public void OpenStorageEx (string pwcsName, uint grfMode, uint stgfmt, uint grfAttrs, ref Guid riid, out IntPtr ppstgOpen);
abstract member OpenStorageEx : string * uint32 * uint32 * uint32 * Guid * nativeint -> unit
Public Sub OpenStorageEx (pwcsName As String, grfMode As UInteger, stgfmt As UInteger, grfAttrs As UInteger, ByRef riid As Guid, ByRef ppstgOpen As IntPtr)

Parameters

pwcsName
String
grfMode
UInt32
stgfmt
UInt32
grfAttrs
UInt32
riid
Guid
ppstgOpen
IntPtr

nativeint

Applies to