Share via


PD_FindPartitionNext (Compact 2013)

3/26/2014

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.

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

See Also

Reference

Partition Manager Functions
PD_FindPartitionStart
PD_OpenStore
PD_PARTINFO