Compartilhar via


FindNextPartition

Windows Mobile SupportedWindows Embedded CE Supported

9/8/2008

Essa função Continua uma pesquisa partição DE UM chamar anterior para a função FindFirstPartition.

Syntax

BOOL WINAPI FindNextPartition(
  HANDLE hSearch,
  PPARTINFO pPartInfo
);

Parameters

  • hSearch
    [no] Identificador de pesquisa retornado por FindFirstPartition. Quando o identificador pesquisa não for necessário, fechá-lo com a função FindClosePartition.
  • pPartInfo
    [in, Out] Ponteiro para uma estrutura PARTINFO.

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
FindFirstPartition
PARTINFO
FindClosePartition