|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| task_header_t | hdr |
| WCHAR * | remote_file |
| WCHAR * | new_file |
| BOOL | fail_if_exists |
| DWORD | local_attr |
| DWORD | flags |
| DWORD_PTR | context |
| DWORD_PTR get_file_task_t::context |
Definition at line 1583 of file ftp.c.
Referenced by AsyncFtpGetFileProc(), and FtpGetFileW().
| BOOL get_file_task_t::fail_if_exists |
Definition at line 1580 of file ftp.c.
Referenced by AsyncFtpGetFileProc(), and FtpGetFileW().
| DWORD get_file_task_t::flags |
Definition at line 1582 of file ftp.c.
Referenced by AsyncFtpGetFileProc(), and FtpGetFileW().
| task_header_t get_file_task_t::hdr |
Definition at line 1577 of file ftp.c.
Referenced by AsyncFtpGetFileProc(), and FtpGetFileW().
| DWORD get_file_task_t::local_attr |
Definition at line 1581 of file ftp.c.
Referenced by AsyncFtpGetFileProc(), and FtpGetFileW().
| WCHAR* get_file_task_t::new_file |
Definition at line 1579 of file ftp.c.
Referenced by AsyncFtpGetFileProc(), and FtpGetFileW().
| WCHAR* get_file_task_t::remote_file |
Definition at line 1578 of file ftp.c.
Referenced by AsyncFtpGetFileProc(), and FtpGetFileW().