FindClosePartition (Windows CE 5.0)
This function closes the partition search handle.
BOOL WINAPI FindClosePartition(HANDLE hSearch);
Parameters
- hSearch
[in] Search handle returned from FindFirstPartition.
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 | Storage Manager Functions
Send Feedback on this topic to the authors