Share via


PD_FindPartitionStart (Windows CE 5.0)

Send Feedback

This function starts the partition enumeration.

DWORD PD_FindPartitionStart(DWORD dwStoreId, LPDWORD pdwSearchId);

Parameters

  • dwStoreId
    [in] This is returned from a PD_OpenStore call.
  • pdwSearchId
    Pointer to the return value from a PD_OpenStore call.

Return Values

Returns the search handle to be used by PD_FindPartitionNext.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Partdrv.h.

See Also

PD_FindPartitionNext | PD_OpenStore

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.