Share via


FindNextPartition (Windows CE 5.0)

Send Feedback

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. When the search handle is no longer needed, close it by using the FindClosePartition function.
  • pPartInfo
    [in, out] Pointer to a PARTINFO structure.

Return Values

Returns TRUE if successful, otherwise FALSE.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Storemgr.h
Link Library: Storeapi.lib

See Also

FindFirstPartition | PARTINFO | Storage Manager Functions | FindClosePartition

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.