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

Public Attributes

struct file_opnext
 
UINT style
 
WCHARsrc_root
 
WCHARsrc_path
 
WCHARsrc_file
 
WCHARsrc_descr
 
WCHARsrc_tag
 
WCHARdst_path
 
WCHARdst_file
 
PSECURITY_DESCRIPTOR dst_sd
 

Detailed Description

Definition at line 36 of file queue.c.

Member Data Documentation

◆ dst_file

WCHAR* file_op::dst_file

◆ dst_path

WCHAR* file_op::dst_path

Definition at line 45 of file queue.c.

◆ dst_sd

PSECURITY_DESCRIPTOR file_op::dst_sd

Definition at line 47 of file queue.c.

◆ next

struct file_op* file_op::next

Definition at line 38 of file queue.c.

◆ src_descr

WCHAR* file_op::src_descr

Definition at line 43 of file queue.c.

Referenced by SetupQueueCopyA(), and SetupQueueCopyW().

◆ src_file

WCHAR* file_op::src_file

◆ src_path

WCHAR* file_op::src_path

Definition at line 41 of file queue.c.

Referenced by SetupQueueCopyA(), and SetupQueueCopyW().

◆ src_root

◆ src_tag

WCHAR* file_op::src_tag

Definition at line 44 of file queue.c.

Referenced by SetupQueueCopyA(), and SetupQueueCopyW().

◆ style

UINT file_op::style

Definition at line 39 of file queue.c.


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