ReactOS
0.4.15-dev-5618-g8866b9d
|
Go to the source code of this file.
Classes | |
struct | _Entry |
struct | Root |
root entry for file system trees More... | |
struct | Pane |
child window pane for displaying file lists More... | |
struct | ChildWnd |
struct | FilterDialog |
struct | PropertiesDialog |
struct | LANGANDCODEPAGE |
struct | FullScreenParameters |
Macros | |
#define | COBJMACROS |
#define | _MAX_DRIVE 3 |
#define | _MAX_FNAME 256 |
#define | _MAX_DIR _MAX_FNAME |
#define | _MAX_EXT _MAX_FNAME |
#define | _MAX_PATH 260 |
#define | UNION_MEMBER(x) DUMMYUNIONNAME.x |
#define | DEFAULT_SPLIT_POS 300 |
#define | COLUMNS 10 |
#define | RS(b, i) load_string(b, sizeof(b)/sizeof(b[0]), i) |
#define | FETCH_ITEM_COUNT 32 |
#define | RFF_NODEFAULT 0x02 /* No default item selected. */ |
Typedefs | |
typedef struct _Entry | Entry |
#define _MAX_DIR _MAX_FNAME |
Definition at line 41 of file winefile.c.
#define _MAX_DRIVE 3 |
Definition at line 39 of file winefile.c.
#define _MAX_EXT _MAX_FNAME |
Definition at line 42 of file winefile.c.
#define _MAX_FNAME 256 |
Definition at line 40 of file winefile.c.
#define _MAX_PATH 260 |
Definition at line 43 of file winefile.c.
#define COBJMACROS |
Definition at line 32 of file winefile.c.
#define COLUMNS 10 |
Definition at line 119 of file winefile.c.
#define DEFAULT_SPLIT_POS 300 |
Definition at line 52 of file winefile.c.
#define FETCH_ITEM_COUNT 32 |
#define RFF_NODEFAULT 0x02 /* No default item selected. */ |
Definition at line 1630 of file winefile.c.
Definition at line 195 of file winefile.c.
#define UNION_MEMBER | ( | x | ) | DUMMYUNIONNAME.x |
Definition at line 47 of file winefile.c.
Enumerator | |
---|---|
COL_TYPE | |
COL_SIZE | |
COL_DATE | |
COL_TIME | |
COL_ATTRIBUTES | |
COL_DOSNAMES | |
COL_INDEX | |
COL_LINKS | |
COL_CONTENT | |
COL_ALL | |
COL_SIZE | |
COL_DATE | |
COL_TIME | |
COL_ATTRIBUTES | |
COL_DOSNAMES | |
COL_INDEX | |
COL_LINKS | |
COL_ALL |
Definition at line 97 of file winefile.c.
Enumerator | |
---|---|
ET_UNKNOWN | |
ET_WINDOWS | |
ET_SHELL | |
ET_NTOBJS | |
ET_REGISTRY | |
ET_FAT | |
ET_WEB | |
ET_WINDOWS | |
ET_UNIX | |
ET_SHELL |
Definition at line 63 of file winefile.c.
Enumerator | |
---|---|
FT_OTHER | |
FT_EXECUTABLE | |
FT_DOCUMENT |
Definition at line 2568 of file winefile.c.
Enumerator | |
---|---|
SORT_NONE | |
SORT_NAME | |
SORT_EXT | |
SORT_SIZE | |
SORT_DATE | |
SORT_NAME | |
SORT_EXT | |
SORT_SIZE | |
SORT_DATE |
Definition at line 108 of file winefile.c.
Enumerator | |
---|---|
TF_DIRECTORIES | |
TF_PROGRAMS | |
TF_DOCUMENTS | |
TF_OTHERS | |
TF_HIDDEN | |
TF_ALL |
Definition at line 1282 of file winefile.c.
Enumerator | |
---|---|
TO_DIR | |
TO_DOT | |
TO_DOTDOT | |
TO_OTHER_DIR | |
TO_VIRTUAL_FOLDER | |
TO_FILE | |
TO_DIR | |
TO_DOT | |
TO_DOTDOT | |
TO_OTHER_DIR | |
TO_FILE |
Definition at line 998 of file winefile.c.
Definition at line 2009 of file winefile.c.
Referenced by FrameWndProc().
Definition at line 3570 of file winefile.c.
Referenced by ChildWndProc().
Definition at line 2037 of file winefile.c.
Referenced by FrameWndProc().
|
static |
Definition at line 1292 of file winefile.c.
Referenced by ChildWndProc(), FrameWndProc(), and show_frame().
Definition at line 292 of file winefile.c.
Referenced by read_directory_shell(), and read_directory_win().
Definition at line 2471 of file winefile.c.
Referenced by pane_notify().
|
static |
Definition at line 2786 of file winefile.c.
Referenced by draw_item().
|
static |
Definition at line 2776 of file winefile.c.
Referenced by draw_item().
Definition at line 2386 of file winefile.c.
Referenced by activate_entry(), create_tree_window(), expand_entry(), pane_command(), refresh_right_pane(), and scan_entry().
Definition at line 1582 of file winefile.c.
Referenced by create_child_window().
|
static |
Definition at line 1766 of file winefile.c.
Referenced by PropertiesDialogDlgProc().
Definition at line 3814 of file winefile.c.
Referenced by InitInstance().
Definition at line 234 of file winefile.c.
Referenced by FrameWndProc().
Definition at line 3346 of file winefile.c.
Referenced by activate_entry().
Definition at line 1102 of file winefile.c.
Definition at line 1048 of file winefile.c.
Definition at line 1036 of file winefile.c.
Definition at line 1081 of file winefile.c.
|
static |
Definition at line 1021 of file winefile.c.
Referenced by compareDate(), compareExt(), compareName(), and compareSize().
Definition at line 1595 of file winefile.c.
Referenced by ChildWndProc(), FrameWndProc(), and show_frame().
Definition at line 3448 of file winefile.c.
Referenced by refresh_drives(), and show_frame().
Definition at line 2339 of file winefile.c.
Referenced by create_tree_window().
|
static |
Definition at line 2702 of file winefile.c.
Referenced by InitChildWindow().
|
static |
Definition at line 3736 of file winefile.c.
Referenced by ShellFolderContextMenu().
Definition at line 3730 of file winefile.c.
Referenced by CtxMenu_query_interfaces(), and ShellFolderContextMenu().
|
static |
Definition at line 1642 of file winefile.c.
Referenced by prompt_target().
Definition at line 199 of file winefile.c.
Referenced by FrameWndProc(), launch_entry(), and launch_file().
Definition at line 215 of file winefile.c.
Referenced by FrameWndProc().
|
static |
Definition at line 2908 of file winefile.c.
Referenced by calc_single_width(), calc_widths(), and ChildWndProc().
Definition at line 4379 of file winefile.c.
Referenced by wWinMain().
Definition at line 3305 of file winefile.c.
Referenced by activate_entry().
|
static |
Definition at line 737 of file winefile.c.
Referenced by read_directory_shell().
|
static |
Definition at line 836 of file winefile.c.
Referenced by read_directory_shell().
|
static |
Definition at line 1684 of file winefile.c.
Referenced by ChildWndProc().
|
static |