ReactOS 0.4.16-dev-336-gb667d82
|
Public Attributes | |
struct file_op * | next |
UINT | style |
WCHAR * | src_root |
WCHAR * | src_path |
WCHAR * | src_file |
WCHAR * | src_descr |
WCHAR * | src_tag |
WCHAR * | dst_path |
WCHAR * | dst_file |
PSECURITY_DESCRIPTOR | dst_sd |
WCHAR* file_op::dst_file |
Definition at line 46 of file queue.c.
Referenced by SetupQueueCopyA(), SetupQueueCopyW(), SetupQueueDefaultCopyA(), and SetupQueueDefaultCopyW().
PSECURITY_DESCRIPTOR file_op::dst_sd |
WCHAR* file_op::src_descr |
Definition at line 43 of file queue.c.
Referenced by SetupQueueCopyA(), and SetupQueueCopyW().
WCHAR* file_op::src_file |
Definition at line 42 of file queue.c.
Referenced by SetupQueueCopyA(), SetupQueueCopyW(), SetupQueueDefaultCopyA(), and SetupQueueDefaultCopyW().
WCHAR* file_op::src_path |
Definition at line 41 of file queue.c.
Referenced by SetupQueueCopyA(), and SetupQueueCopyW().
WCHAR* file_op::src_root |
Definition at line 40 of file queue.c.
Referenced by SetupQueueCopyA(), SetupQueueCopySectionA(), SetupQueueCopySectionW(), SetupQueueCopyW(), SetupQueueDefaultCopyA(), and SetupQueueDefaultCopyW().
WCHAR* file_op::src_tag |
Definition at line 44 of file queue.c.
Referenced by SetupQueueCopyA(), and SetupQueueCopyW().