DEFAULT_FOLDER_MENU_RESTRICTIONS enumeration
Syntax
typedef enum DEFAULT_FOLDER_MENU_RESTRICTIONS { DFMR_DEFAULT = 0x0000, DFMR_NO_STATIC_VERBS = 0x0008, DFMR_STATIC_VERBS_ONLY = 0x0010, DFMR_NO_RESOURCE_VERBS = 0x0020, DFMR_OPTIN_HANDLERS_ONLY = 0x0040, DFMR_RESOURCE_AND_FOLDER_VERBS_ONLY = 0x0080, DFMR_USE_SPECIFIED_HANDLERS = 0x0100, DFMR_USE_SPECIFIED_VERBS = 0x0200, DFMR_NO_ASYNC_VERBS = 0x0400 } DEFAULT_FOLDER_MENU_RESTRICTIONS;
Constants
- DFMR_DEFAULT
-
Default. 0x0000. No restrictions.
- DFMR_NO_STATIC_VERBS
-
0x0008.
- DFMR_STATIC_VERBS_ONLY
-
0x0010.
- DFMR_NO_RESOURCE_VERBS
-
0x0020.
- DFMR_OPTIN_HANDLERS_ONLY
-
0x0040.
- DFMR_RESOURCE_AND_FOLDER_VERBS_ONLY
-
0x0080.
- DFMR_USE_SPECIFIED_HANDLERS
-
0x0100.
- DFMR_USE_SPECIFIED_VERBS
-
0x0200.
- DFMR_NO_ASYNC_VERBS
-
0x0400.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also
Send comments about this topic to Microsoft
Build date: 11/28/2012