FindNextPartition (Compact 2013)

3/26/2014

This function continues a partition search from a previous call to the FindFirstPartition function.

Syntax

BOOL WINAPI FindNextPartition(
  HANDLE hSearch,
  PPARTINFO pPartInfo
);

Parameters

  • hSearch
    [in] Search handle returned by FindFirstPartition. When the search handle is no longer needed, close it with the FindClosePartition function.
  • pPartInfo
    [in, out] Pointer to a PARTINFO structure.

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header

storemgr.h

Library

storeapi.lib

See Also

Reference

Storage Manager Functions
FindFirstPartition
PARTINFO
FindClosePartition