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 retries the partition information for the next partition in the enumeration. If it is called after a call to the PD_FindPartitionStart function, it finds the first partition.
Syntax
DWORD PD_FindPartitionNext(
DWORD dwSearchId,
PD_PARTINFO* pInfo
);
Parameters
- dwSearchId
[in] Handle returned by the PD_OpenStore function.
- pInfo
[in, out] Pointer to a PD_PARTINFO structure.
Return Value
Returns a search handle to be used by this function when it is called again. Returns ERROR_NO_MORE_ITEMS when the enumeration is complete and no more entries are left.
Requirements
| Header | partdrv.h |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
Partition Manager Functions
PD_FindPartitionStart
PD_OpenStore
PD_PARTINFO