ReactOS 0.4.15-dev-7918-g2a2556c
FILE_LIST Struct Reference
Collaboration diagram for FILE_LIST:

Public Attributes

struct list entry
 
LPWSTR sourcename
 
LPWSTR destname
 
LPWSTR source
 
LPWSTR dest
 
FILE_ENTRYfeFiles
 
DWORD num_alloc
 
DWORD dwNumFiles
 
BOOL bAnyFromWildcard
 
BOOL bAnyDirectories
 
BOOL bAnyDontExist
 

Detailed Description

Definition at line 875 of file files.c.

Member Data Documentation

◆ bAnyDirectories

BOOL FILE_LIST::bAnyDirectories

Definition at line 69 of file shlfileop.cpp.

Referenced by move_files(), parse_file_list(), and parse_wildcard_files().

◆ bAnyDontExist

BOOL FILE_LIST::bAnyDontExist

Definition at line 70 of file shlfileop.cpp.

Referenced by copy_files(), move_files(), and parse_file_list().

◆ bAnyFromWildcard

BOOL FILE_LIST::bAnyFromWildcard

Definition at line 68 of file shlfileop.cpp.

Referenced by copy_files(), and parse_file_list().

◆ dest

LPWSTR FILE_LIST::dest

Definition at line 881 of file files.c.

◆ destname

LPWSTR FILE_LIST::destname

Definition at line 879 of file files.c.

◆ dwNumFiles

◆ entry

struct list FILE_LIST::entry

Definition at line 877 of file files.c.

Referenced by add_wildcard(), and move_files_wildcard().

◆ feFiles

◆ num_alloc

DWORD FILE_LIST::num_alloc

Definition at line 66 of file shlfileop.cpp.

Referenced by parse_file_list(), and parse_wildcard_files().

◆ source

LPWSTR FILE_LIST::source

Definition at line 880 of file files.c.

◆ sourcename

LPWSTR FILE_LIST::sourcename

Definition at line 878 of file files.c.


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