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 partition to perform I/O operations.
DWORD PD_OpenPartition(DWORD dwStoreId, LPCTSTR szPartName, LPDWORD pdwPartitionId);
Parameters
- dwStoreId
[in] This is the handle returned from a PD_OpenStore call. - szPartName
[in] The name of the partition to open. - pdwPartitionId
Pointer to the return value from a PD_OpenPartition call.
Return Values
Returns a handle to the partition 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