Share via


PD_FindPartitionStart

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This function starts the partition enumeration.

Syntax

DWORD PD_FindPartitionStart(
  DWORD dwStoreId, 
  LPDWORD pdwSearchId
);

Parameters

  • dwStoreId
    [in] Handle returned by the PD_OpenStore function.
  • pdwSearchId
    Pointer to the return value from a PD_OpenStore call.

Return Value

Returns a search handle to be used by the PD_FindPartitionNext function.

Requirements

Header partdrv.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Partition Manager Functions
PD_FindPartitionNext
PD_OpenStore