MountPartition (Windows CE 5.0)

Send Feedback

This function mounts the partition by loading a file system on top of it.

BOOL WINAPI MountPartition(HANDLE hPartition);

Parameters

  • hPartition
    [in] Handle to the partition returned from OpenPartition.

Return Values

Returns TRUE if successful, otherwise FALSE.

Requirements

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

See Also

OpenPartition | PARTINFO | Storage Manager Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.