FindNextPartition
A version of this page is also available for
4/8/2010
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 |
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