DismountPartition (Compact 2013)
3/26/2014
This function dismounts a partition and the file system that is on it.
Syntax
BOOL WINAPI DismountPartition(
HANDLE hPartition
);
Parameters
- hPartition
[in] Handle to the partition returned by the OpenPartition function.
Return Value
TRUE indicates success. FALSE indicates failure.
Requirements
Header |
storemgr.h |
Library |
storeapi.lib |