CSCFindNextFileW function
[This function is not supported and should not be used.]
Continues a file search operation.
Syntax
BOOL WINAPI CSCFindNextFileW( _In_ HANDLE hFind, _Out_ WIN32_FIND_DATAW *lpFind32, _Out_ LPDWORD lpdwStatus, _Out_ LPDWORD lpdwPinCount, _Out_ LPDWORD lpdwHintFlags, _In_ FILETIME *lpOrgFileTime );
Parameters
- hFind [in]
-
A search handle returned by the CSCFindFirstFileW function.
- lpFind32 [out]
-
A pointer to the WIN32_FIND_DATA structure that receives information about the file or subdirectory.
- lpdwStatus [out]
-
An NTSTATUS code that indicates the status of the call.
- lpdwPinCount [out]
-
This parameter is nonzero if the file has been made available offline or 0 otherwise.
- lpdwHintFlags [out]
-
This parameter can be one of the following values.
- lpOrgFileTime [in]
-
A pointer to a FILETIME structure to receive the date and time information for the file or subdirectory.
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 |
|
|---|