ReactOS 0.4.15-dev-7788-g1ad9096
explorer.h File Reference
#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"
Include dependency graph for explorer.h:
This graph shows which files directly or indirectly include this file:

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")
 

Macro Definition Documentation

◆ _LAZY_ICONEXTRACT

#define _LAZY_ICONEXTRACT

Definition at line 30 of file explorer.h.

◆ _LIGHT_STARTMENU

#define _LIGHT_STARTMENU

Definition at line 29 of file explorer.h.

◆ _SINGLE_ICONEXTRACT

#define _SINGLE_ICONEXTRACT

Definition at line 31 of file explorer.h.

◆ CLASSNAME_CHILDWND

#define CLASSNAME_CHILDWND   TEXT("WFS_Child")

Definition at line 75 of file explorer.h.

◆ CLASSNAME_FRAME

#define CLASSNAME_FRAME   TEXT("CabinetWClass")

Definition at line 73 of file explorer.h.

◆ CLASSNAME_WINEFILETREE

#define CLASSNAME_WINEFILETREE   TEXT("WFS_Tree")

Definition at line 76 of file explorer.h.

◆ IDW_ADDRESSBAR

#define IDW_ADDRESSBAR   0x104

Definition at line 56 of file explorer.h.

◆ IDW_DRIVEBAR

#define IDW_DRIVEBAR   0x103

Definition at line 55 of file explorer.h.

◆ IDW_EXTRABAR

#define IDW_EXTRABAR   0x102

Definition at line 54 of file explorer.h.

◆ IDW_FIRST_CHILD

#define IDW_FIRST_CHILD   0xC000 /*0x200*/

Definition at line 58 of file explorer.h.

◆ IDW_SIDEBAR

#define IDW_SIDEBAR   0x106

Definition at line 57 of file explorer.h.

◆ IDW_STATUSBAR

#define IDW_STATUSBAR   0x100

Definition at line 52 of file explorer.h.

◆ IDW_TOOLBAR

#define IDW_TOOLBAR   0x101

Definition at line 53 of file explorer.h.

◆ PM_GET_CONTROLWINDOW

#define PM_GET_CONTROLWINDOW   (WM_APP+0x16)

Definition at line 64 of file explorer.h.

◆ PM_GET_FILEWND_PTR

#define PM_GET_FILEWND_PTR   (WM_APP+0x05)

Definition at line 61 of file explorer.h.

◆ PM_GET_SHELLBROWSER_PTR

#define PM_GET_SHELLBROWSER_PTR   (WM_APP+0x06)

Definition at line 62 of file explorer.h.

◆ PM_GET_WIDTH

#define PM_GET_WIDTH   (WM_APP+0x18)

Definition at line 67 of file explorer.h.

◆ PM_REFRESH

#define PM_REFRESH   (WM_APP+0x1B)

Definition at line 69 of file explorer.h.

◆ PM_REFRESH_CONFIG

#define PM_REFRESH_CONFIG   (WM_APP+0x1C)

Definition at line 70 of file explorer.h.

◆ PM_RESIZE_CHILDREN

#define PM_RESIZE_CHILDREN   (WM_APP+0x17)

Definition at line 66 of file explorer.h.