IOplockStorage.OpenStorageEx Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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