PD_OpenStore (Compact 2013)
3/26/2014
This function opens the storage volume.
Syntax
DWORD PD_OpenStore(
HANDLE hDisk,
LPDWORD pdwStoreId
);
Parameters
- hDisk
[in] Handle returned by the CreateFile function.
- pdwStoreId
Pointer to the handle returned by this function.
Return Value
A handle to the store indicates success. NULL indicates failure.
Requirements
Header |
partdrv.h |