DismountStore (Windows CE 5.0)
This function dismounts all file systems mounted on a store.
BOOL WINAPI DismountStore(HANDLE hStore);
Parameters
- hStore
[in] Handle to the store returned from OpenStore.
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
OpenStore | Storage Manager Functions | Partitioning a Storage Volume
Send Feedback on this topic to the authors