Share via


PD_OpenStore (Windows CE 5.0)

Send Feedback

This function opens the storage volume.

DWORD PD_OpenStore(HANDLE hDisk, LPDWORD pdwStoreId);

Parameters

  • hDisk
    [in] This is the handle returned from opening the storage driver using CreateFile.
  • pdwStoreId
    Pointer to the handle returned from a PD_OpenStore call.

Return Values

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

Requirements

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

See Also

CreateFile

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.