Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function opens the storage volume.
DWORD PD_OpenStore(HANDLE hDisk, LPDWORD pdwStoreId);
Parameters
- hDisk
[in] This is the handle returned from opening the storage driver using CreateFile. - pdwStoreId
Pointer to the handle returned from a PD_OpenStore call.
Return Values
Returns a handle to the store or NULL if the open failed.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Partdrv.h.
See Also
Send Feedback on this topic to the authors