Compartilhar via


MountPartition

Windows Mobile SupportedWindows Embedded CE Supported

9/8/2008

Essa função monta a partição carregando um sistema de arquivos nele.

Syntax

BOOL WINAPI MountPartition(
  HANDLE hPartition
);

Parameters

  • hPartition
    [no] Identificador para a partição retornada pela função a OpenPartition.

Return Value

TRUE indica sucesso. FALSE indica falha.

Requirements

Header storemgr.h
Library coredll.lib
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Storage Manager Functions
OpenPartition
PARTINFO