Share via


PD_OpenStore

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This function opens the storage volume.

Syntax

DWORD PD_OpenStore(
  HANDLE hDisk, 
  LPDWORD pdwStoreId
);

Parameters

  • hDisk
    [in] Handle returned by the CreateFile function.
  • pdwStoreId
    Pointer to the handle returned by this function.

Return Value

A handle to the store indicates success. NULL indicates failure.

Requirements

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

See Also

Reference

Partition Manager Functions
CreateFile