ReactOS 0.4.15-dev-7934-g1dc8d80
find_first_file_task_t Struct Reference
Collaboration diagram for find_first_file_task_t:

Public Attributes

task_header_t hdr
 
WCHARsearch_file
 
WIN32_FIND_DATAWfind_file_data
 
DWORD flags
 
DWORD_PTR context
 

Detailed Description

Definition at line 728 of file ftp.c.

Member Data Documentation

◆ context

DWORD_PTR find_first_file_task_t::context

Definition at line 733 of file ftp.c.

Referenced by AsyncFtpFindFirstFileProc(), and FtpFindFirstFileW().

◆ find_file_data

WIN32_FIND_DATAW* find_first_file_task_t::find_file_data

Definition at line 731 of file ftp.c.

Referenced by AsyncFtpFindFirstFileProc(), and FtpFindFirstFileW().

◆ flags

DWORD find_first_file_task_t::flags

Definition at line 732 of file ftp.c.

Referenced by AsyncFtpFindFirstFileProc(), and FtpFindFirstFileW().

◆ hdr

task_header_t find_first_file_task_t::hdr

Definition at line 729 of file ftp.c.

Referenced by AsyncFtpFindFirstFileProc(), and FtpFindFirstFileW().

◆ search_file

WCHAR* find_first_file_task_t::search_file

Definition at line 730 of file ftp.c.

Referenced by AsyncFtpFindFirstFileProc(), and FtpFindFirstFileW().


The documentation for this struct was generated from the following file: