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.
This function retries the partition information for the next partition in the enumeration. PD_FindPartitionNext called after a call to PD_FindPartitionStart will get the first partition.
DWORD PD_FindPartitionNext(DWORDdwSearchId, PD_PARTINFO* pInfo);
Parameters
- dwSearchId
[in] This is from a PD_OpenStore call. - pInfo
[in, out] The partition driver fills in the PD_PARTINFO structure.
Return Values
Returns the search handle to be used by PD_FindPartitionNext.
Returns ERROR_NO_MORE_ITEMS when the enumeration is complete and no more entries are left.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Partdrv.h.
See Also
PD_FindPartitionStart | PD_OpenStore | PD_PARTINFO
Send Feedback on this topic to the authors