FindNextPartition

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

BOOL WINAPI FindNextPartition(
  HANDLE hSearch,
  PPARTINFO pPartInfo
);

Parameters

  • hSearch
    [in] Search handle returned from FindFirstPartition.
  • pPartInfo
    [in, out] Pointer to a PARTINFO structure.

Return Values

Returns TRUE if successful, otherwise FALSE.

This error code ERROR_NO_MORE_ITEMS.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Storemgr.h.

See Also

FindFirstPartition | PARTINFO

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.