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.
Other versions of this page are also available for the following:
.gif)
.gif)
8/28/2008
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