Share via


OpenPartition (Windows CE 5.0)

Send Feedback

This function opens a partition and returns a handle to the partition.

HANDLE WINAPI OpenPartition(HANDLE hStore,LPCTSTR szPartitionName);

Parameters

  • hStore
    [in] Handle to the store returned from OpenStore.
  • szPartitionName
    [in] Name of the partition.

Return Values

Returns a handle to the partition, otherwise returns INVALID_HANDLE_VALUE.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Storemgr.h
Link Library: Storeapi.lib

See Also

OpenStore | Storage Manager Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.