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.
3/26/2014
This function starts the partition enumeration.
Syntax
DWORD PD_FindPartitionStart(
DWORD dwStoreId,
LPDWORD pdwSearchId
);
Parameters
- dwStoreId
[in] Handle returned by the PD_OpenStore function.
- pdwSearchId
Pointer to the return value from a PD_OpenStore call.
Return Value
Returns a search handle to be used by the PD_FindPartitionNext function.
Requirements
Header |
partdrv.h |
See Also
Reference
Partition Manager Functions
PD_FindPartitionNext
PD_OpenStore