ReactOS 0.4.16-dev-91-g764881a
|
#include "utility/shellclasses.h"
#include "shell/entries.h"
#include "shell/winfs.h"
#include "shell/shellfs.h"
#include "shell/unixfs.h"
#include "utility/window.h"
#include "shell/pane.h"
#include "shell/filechild.h"
#include "shell/shellbrowser.h"
#include "shell/mainframe.h"
Go to the source code of this file.
Classes | |
struct | ExplorerCmd |
Explorer command line parser. More... | |
Macros | |
#define | _LIGHT_STARTMENU |
#define | _LAZY_ICONEXTRACT |
#define | _SINGLE_ICONEXTRACT |
#define | IDW_STATUSBAR 0x100 |
#define | IDW_TOOLBAR 0x101 |
#define | IDW_EXTRABAR 0x102 |
#define | IDW_DRIVEBAR 0x103 |
#define | IDW_ADDRESSBAR 0x104 |
#define | IDW_SIDEBAR 0x106 |
#define | IDW_FIRST_CHILD 0xC000 /*0x200*/ |
#define | PM_GET_FILEWND_PTR (WM_APP+0x05) |
#define | PM_GET_SHELLBROWSER_PTR (WM_APP+0x06) |
#define | PM_GET_CONTROLWINDOW (WM_APP+0x16) |
#define | PM_RESIZE_CHILDREN (WM_APP+0x17) |
#define | PM_GET_WIDTH (WM_APP+0x18) |
#define | PM_REFRESH (WM_APP+0x1B) |
#define | PM_REFRESH_CONFIG (WM_APP+0x1C) |
#define | CLASSNAME_FRAME TEXT("CabinetWClass") |
#define | CLASSNAME_CHILDWND TEXT("WFS_Child") |
#define | CLASSNAME_WINEFILETREE TEXT("WFS_Tree") |
#define _LAZY_ICONEXTRACT |
Definition at line 30 of file explorer.h.
#define _LIGHT_STARTMENU |
Definition at line 29 of file explorer.h.
#define _SINGLE_ICONEXTRACT |
Definition at line 31 of file explorer.h.
Definition at line 75 of file explorer.h.
Definition at line 73 of file explorer.h.
Definition at line 76 of file explorer.h.
#define IDW_ADDRESSBAR 0x104 |
Definition at line 56 of file explorer.h.
#define IDW_DRIVEBAR 0x103 |
Definition at line 55 of file explorer.h.
#define IDW_EXTRABAR 0x102 |
Definition at line 54 of file explorer.h.
#define IDW_FIRST_CHILD 0xC000 /*0x200*/ |
Definition at line 58 of file explorer.h.
#define IDW_SIDEBAR 0x106 |
Definition at line 57 of file explorer.h.
#define IDW_STATUSBAR 0x100 |
Definition at line 52 of file explorer.h.
#define IDW_TOOLBAR 0x101 |
Definition at line 53 of file explorer.h.
Definition at line 64 of file explorer.h.
Definition at line 61 of file explorer.h.
Definition at line 62 of file explorer.h.
Definition at line 67 of file explorer.h.
Definition at line 69 of file explorer.h.
Definition at line 70 of file explorer.h.
Definition at line 66 of file explorer.h.