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 function is not supported and should not be used.]
Closes a search handle.
Syntax
BOOL WINAPI CSCFindClose(
_In_ HANDLE hFind
);
Parameters
-
hFind [in]
-
A search handle returned by the CSCFindFirstFileW function.
Return value
This function returns TRUE if it succeeds; otherwise, it returns FALSE.
Remarks
This function has no associated import library or header file; you must call it using the LoadLibrary and GetProcAddress functions.
Requirements
Requirement | Value |
---|---|
DLL |
|
See also