ReactOS 0.4.15-dev-7907-g95bf896
open_file_task_t Struct Reference
Collaboration diagram for open_file_task_t:

Public Attributes

task_header_t hdr
 
WCHARfile_name
 
DWORD access
 
DWORD flags
 
DWORD_PTR context
 

Detailed Description

Definition at line 1456 of file ftp.c.

Member Data Documentation

◆ access

DWORD open_file_task_t::access

Definition at line 1459 of file ftp.c.

Referenced by AsyncFtpOpenFileProc(), and FtpOpenFileW().

◆ context

DWORD_PTR open_file_task_t::context

Definition at line 1461 of file ftp.c.

Referenced by AsyncFtpOpenFileProc(), and FtpOpenFileW().

◆ file_name

WCHAR* open_file_task_t::file_name

Definition at line 1458 of file ftp.c.

Referenced by AsyncFtpOpenFileProc(), and FtpOpenFileW().

◆ flags

DWORD open_file_task_t::flags

Definition at line 1460 of file ftp.c.

Referenced by AsyncFtpOpenFileProc(), and FtpOpenFileW().

◆ hdr

task_header_t open_file_task_t::hdr

Definition at line 1457 of file ftp.c.

Referenced by AsyncFtpOpenFileProc(), and FtpOpenFileW().


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