Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function dismounts the partition and the file system that is on top of it.
BOOL WINAPI DismountPartition(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 | Storage Manager Functions
Send Feedback on this topic to the authors