ReactOS 0.4.15-dev-7924-g5949c20
rename_file_task_t Struct Reference
Collaboration diagram for rename_file_task_t:

Public Attributes

task_header_t hdr
 
WCHARsrc_file
 
WCHARdst_file
 

Detailed Description

Definition at line 2081 of file ftp.c.

Member Data Documentation

◆ dst_file

WCHAR* rename_file_task_t::dst_file

Definition at line 2084 of file ftp.c.

Referenced by AsyncFtpRenameFileProc(), and FtpRenameFileW().

◆ hdr

task_header_t rename_file_task_t::hdr

Definition at line 2082 of file ftp.c.

Referenced by AsyncFtpRenameFileProc(), and FtpRenameFileW().

◆ src_file

WCHAR* rename_file_task_t::src_file

Definition at line 2083 of file ftp.c.

Referenced by AsyncFtpRenameFileProc(), and FtpRenameFileW().


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