Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
For extended error information, call GetLastError.
Remarks
When the search handle is no longer needed, close it by using the FindClosePartition function.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Storemgr.h
Link Library: Storeapi.lib
See Also
OpenStore | PARTINFO | Storage Manager Functions | FindClosePartition
Send Feedback on this topic to the authors