Share via


PD_OpenPartition (Windows CE 5.0)

Send Feedback

This function opens the partition to perform I/O operations.

DWORD PD_OpenPartition(DWORD dwStoreId, LPCTSTR szPartName, LPDWORD pdwPartitionId);

Parameters

  • dwStoreId
    [in] This is the handle returned from a PD_OpenStore call.
  • szPartName
    [in] The name of the partition to open.
  • pdwPartitionId
    Pointer to the return value from a PD_OpenPartition call.

Return Values

Returns a handle to the partition or NULL if the open failed.

Requirements

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

See Also

PD_OpenStore

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.