IOplockStorage.CreateStorageEx 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 CreateStorageEx(System::String ^ pwcsName, System::UInt32 grfMode, System::UInt32 stgfmt, System::UInt32 grfAttrs, Guid % riid, [Runtime::InteropServices::Out] IntPtr % ppstgOpen);
public void CreateStorageEx (string pwcsName, uint grfMode, uint stgfmt, uint grfAttrs, ref Guid riid, out IntPtr ppstgOpen);
abstract member CreateStorageEx : string * uint32 * uint32 * uint32 * Guid * nativeint -> unit
Public Sub CreateStorageEx (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