FindFirstPartition
This partition finds the first partition on the store.
HANDLE WINAPI FindFirstPartition(
HANDLE hStore,
PPARTINFO pPartInfo
);
Parameters
- hStore
[in] Handle to the store returned from OpenStore. - pPartInfo
[in, out] Pointer to a PARTINFO structure.
Return Values
Returns a search handle if successful, otherwise returns INVALID_HANDLE_VALUE.
The error code is ERROR_NO_MORE_ITEMS.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Storemgr.h.
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.