PD_FindPartitionStart (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
Partition Manager Functions
PD_FindPartitionNext
PD_OpenStore