PD_FindPartitionStart (Windows CE 5.0)
This function starts the partition enumeration.
DWORD PD_FindPartitionStart(DWORD dwStoreId, LPDWORD pdwSearchId);
Parameters
- dwStoreId
[in] This is returned from a PD_OpenStore call. - pdwSearchId
Pointer to the return value from a PD_OpenStore call.
Return Values
Returns the search handle to be used by PD_FindPartitionNext.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Partdrv.h.
See Also
PD_FindPartitionNext | PD_OpenStore
Send Feedback on this topic to the authors