ReactOS
0.4.15-dev-4594-g505ac65
|
#include <winefile.h>
Definition at line 100 of file winefile.h.
UINT WINEFILE_GLOBALS::cfStrFName |
Definition at line 128 of file winefile.h.
Referenced by fill_w32fdata_shell(), and InitInstance().
WCHAR WINEFILE_GLOBALS::drives[BUFFER_LEN] |
Definition at line 122 of file winefile.h.
Referenced by create_drive_bar(), and FrameWndProc().
HACCEL WINEFILE_GLOBALS::haccel |
Definition at line 103 of file winefile.h.
Referenced by InitInstance(), and wWinMain().
HWND WINEFILE_GLOBALS::hdrivebar |
Definition at line 115 of file winefile.h.
Referenced by create_drive_bar(), frame_get_clientspace(), FrameWndProc(), refresh_drives(), and resize_frame_rect().
HFONT WINEFILE_GLOBALS::hfont |
Definition at line 116 of file winefile.h.
Referenced by calc_single_width(), calc_widths(), choose_font(), create_tree_window(), ExitInstance(), init_output(), InitInstance(), load_registry_settings(), and save_registry_settings().
ATOM WINEFILE_GLOBALS::hframeClass |
Definition at line 104 of file winefile.h.
Referenced by InitInstance(), and show_frame().
HIMAGELIST WINEFILE_GLOBALS::himl |
Definition at line 120 of file winefile.h.
Referenced by draw_item(), ExitInstance(), and show_frame().
HANDLE WINEFILE_GLOBALS::hInstance |
Definition at line 102 of file winefile.h.
Referenced by ChildWndProc(), choose_font(), create_child_window(), create_drive_bar(), create_header(), create_tree_window(), format_bytes(), FrameWndProc(), InitInstance(), load_string(), prompt_target(), show_frame(), and show_properties_dlg().
HMENU WINEFILE_GLOBALS::hLanguageMenu |
Definition at line 109 of file winefile.h.
HWND WINEFILE_GLOBALS::hMainWnd |
Definition at line 106 of file winefile.h.
Referenced by create_drive_bar(), FrameWndProc(), refresh_drives(), save_registry_settings(), show_frame(), and wWinMain().
HWND WINEFILE_GLOBALS::hmdiclient |
Definition at line 112 of file winefile.h.
Referenced by activate_drive_window(), activate_fs_window(), choose_font(), create_child_window(), FrameWndProc(), resize_frame_rect(), show_frame(), and wWinMain().
HMENU WINEFILE_GLOBALS::hMenuFrame |
Definition at line 107 of file winefile.h.
Referenced by FrameWndProc(), and show_frame().
HMENU WINEFILE_GLOBALS::hMenuOptions |
Definition at line 111 of file winefile.h.
Referenced by FrameWndProc(), show_frame(), and toggle_child().
HMENU WINEFILE_GLOBALS::hMenuView |
Definition at line 110 of file winefile.h.
Referenced by FrameWndProc(), pane_command(), show_frame(), and update_view_menu().
HWND WINEFILE_GLOBALS::hstatusbar |
Definition at line 113 of file winefile.h.
Referenced by frame_get_clientspace(), FrameWndProc(), resize_frame_rect(), set_space_status(), and show_frame().
HWND WINEFILE_GLOBALS::htoolbar |
Definition at line 114 of file winefile.h.
Referenced by frame_get_clientspace(), FrameWndProc(), resize_frame_rect(), and show_frame().
HMENU WINEFILE_GLOBALS::hWindowsMenu |
Definition at line 108 of file winefile.h.
IShellFolder* WINEFILE_GLOBALS::iDesktop |
Definition at line 126 of file winefile.h.
Referenced by ExitInstance(), free_entry(), get_path(), get_path_pidl(), InitInstance(), and read_tree_shell().
IMalloc* WINEFILE_GLOBALS::iMalloc |
Definition at line 127 of file winefile.h.
Referenced by ChildWndProc(), ExitInstance(), free_entry(), free_strret(), InitInstance(), launch_entry(), and read_tree_shell().
WCHAR WINEFILE_GLOBALS::num_sep |
Definition at line 118 of file winefile.h.
Referenced by init_output(), and output_number().
BOOL WINEFILE_GLOBALS::prescan_node |
Definition at line 123 of file winefile.h.
Referenced by read_directory(), and show_frame().
BOOL WINEFILE_GLOBALS::saveSettings |
Definition at line 124 of file winefile.h.
Referenced by FrameWndProc().
SIZE WINEFILE_GLOBALS::spaceSize |
Definition at line 119 of file winefile.h.
Referenced by calc_single_width(), calc_widths(), choose_font(), create_child_window(), init_output(), output_number(), output_tabbed_text(), and output_text().