ReactOS 0.4.15-dev-7842-g558ab78
get_file_task_t Struct Reference
Collaboration diagram for get_file_task_t:

Public Attributes

task_header_t hdr
 
WCHARremote_file
 
WCHARnew_file
 
BOOL fail_if_exists
 
DWORD local_attr
 
DWORD flags
 
DWORD_PTR context
 

Detailed Description

Definition at line 1576 of file ftp.c.

Member Data Documentation

◆ context

DWORD_PTR get_file_task_t::context

Definition at line 1583 of file ftp.c.

Referenced by AsyncFtpGetFileProc(), and FtpGetFileW().

◆ fail_if_exists

BOOL get_file_task_t::fail_if_exists

Definition at line 1580 of file ftp.c.

Referenced by AsyncFtpGetFileProc(), and FtpGetFileW().

◆ flags

DWORD get_file_task_t::flags

Definition at line 1582 of file ftp.c.

Referenced by AsyncFtpGetFileProc(), and FtpGetFileW().

◆ hdr

task_header_t get_file_task_t::hdr

Definition at line 1577 of file ftp.c.

Referenced by AsyncFtpGetFileProc(), and FtpGetFileW().

◆ local_attr

DWORD get_file_task_t::local_attr

Definition at line 1581 of file ftp.c.

Referenced by AsyncFtpGetFileProc(), and FtpGetFileW().

◆ new_file

WCHAR* get_file_task_t::new_file

Definition at line 1579 of file ftp.c.

Referenced by AsyncFtpGetFileProc(), and FtpGetFileW().

◆ remote_file

WCHAR* get_file_task_t::remote_file

Definition at line 1578 of file ftp.c.

Referenced by AsyncFtpGetFileProc(), and FtpGetFileW().


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