ReactOS 0.4.15-dev-7834-g00c4b3d
mainframe.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MainFrameBase
 Explorer frame window base class. More...
 
struct  MDIMainFrame
 
struct  SDIMainFrame
 

Macros

#define PM_OPEN_WINDOW   (WM_APP+0x07)
 

Enumerations

enum  OPEN_WINDOW_MODE {
  OWM_EXPLORE =1 , OWM_ROOTED =2 , OWM_DETAILS =4 , OWM_PIDL =8 ,
  OWM_SEPARATE =16
}
 

Macro Definition Documentation

◆ PM_OPEN_WINDOW

#define PM_OPEN_WINDOW   (WM_APP+0x07)

Definition at line 29 of file mainframe.h.

Enumeration Type Documentation

◆ OPEN_WINDOW_MODE

Enumerator
OWM_EXPLORE 
OWM_ROOTED 

window in explore mode

OWM_DETAILS 

"rooted" window with special shell namespace root

OWM_PIDL 

view files in detail mode

OWM_SEPARATE 

path is given as PIDL, otherwise as LPCTSTR

Definition at line 31 of file mainframe.h.

31 {
32 OWM_EXPLORE=1,
33 OWM_ROOTED=2,
34 OWM_DETAILS=4,
35 OWM_PIDL=8,
36 OWM_SEPARATE=16
37};
@ OWM_SEPARATE
path is given as PIDL, otherwise as LPCTSTR
Definition: mainframe.h:36
@ OWM_EXPLORE
Definition: mainframe.h:32
@ OWM_PIDL
view files in detail mode
Definition: mainframe.h:35
@ OWM_ROOTED
window in explore mode
Definition: mainframe.h:33
@ OWM_DETAILS
"rooted" window with special shell namespace root
Definition: mainframe.h:34