Share via


PD_FindPartitionNext (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Partition Manager Functions
PD_FindPartitionStart
PD_OpenStore
PD_PARTINFO