CSCFindClose function
[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
|
DLL |
|
|---|
See also
Show: