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