次の方法で共有


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

See Also

Reference

Storage Manager Functions
OpenPartition