EXPLORERPANESTATE enumeration
Indicate flags used by IExplorerPaneVisibility::GetPaneState to get the current state of the given Windows Explorer pane.
Syntax
typedef enum _EXPLORERPANESTATE { EPS_DONTCARE = 0x0000, EPS_DEFAULT_ON = 0x0001, EPS_DEFAULT_OFF = 0x0002, EPS_STATEMASK = 0xFFFF, EPS_INITIALSTATE = 0x00010000, EPS_FORCE = 0x00020000 } EXPLORERPANESTATE;
Constants
- EPS_DONTCARE
-
Do not make any modifications to the pane.
- EPS_DEFAULT_ON
-
Set the default state of the pane to "on", but respect any user-modified persisted state.
- EPS_DEFAULT_OFF
-
Set the default state of the pane to "off".
- EPS_STATEMASK
-
Unused.
- EPS_INITIALSTATE
-
Ignore any persisted state from the user, but the user can still modify the state.
- EPS_FORCE
-
Users cannot modify the state, that is, they do not have the ability to show or hide the given pane. This option implies EPS_INITIALSTATE.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Send comments about this topic to Microsoft
Build date: 11/28/2012