ReactOS 0.4.15-dev-7953-g1f49173
put_file_task_t Struct Reference
Collaboration diagram for put_file_task_t:

Public Attributes

task_header_t hdr
 
WCHARlocal_file
 
WCHARremote_file
 
DWORD flags
 
DWORD_PTR context
 

Detailed Description

Definition at line 240 of file ftp.c.

Member Data Documentation

◆ context

DWORD_PTR put_file_task_t::context

Definition at line 245 of file ftp.c.

Referenced by AsyncFtpPutFileProc(), and FtpPutFileW().

◆ flags

DWORD put_file_task_t::flags

Definition at line 244 of file ftp.c.

Referenced by AsyncFtpPutFileProc(), and FtpPutFileW().

◆ hdr

task_header_t put_file_task_t::hdr

Definition at line 241 of file ftp.c.

Referenced by AsyncFtpPutFileProc(), and FtpPutFileW().

◆ local_file

WCHAR* put_file_task_t::local_file

Definition at line 242 of file ftp.c.

Referenced by AsyncFtpPutFileProc(), and FtpPutFileW().

◆ remote_file

WCHAR* put_file_task_t::remote_file

Definition at line 243 of file ftp.c.

Referenced by AsyncFtpPutFileProc(), and FtpPutFileW().


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