LIBRARYOPTIONFLAGS enumeration (shobjidl_core.h)
Specifies the library options.
Syntax
typedef enum LIBRARYOPTIONFLAGS {
LOF_DEFAULT = 0,
LOF_PINNEDTONAVPANE = 0x1,
LOF_MASK_ALL = 0x1
} ;
Constants
LOF_DEFAULT Value: 0 No library options are set. |
LOF_PINNEDTONAVPANE Value: 0x1 Pin the library to the navigation pane. |
LOF_MASK_ALL Value: 0x1 All valid library options flags. |
Remarks
Used By
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | shobjidl_core.h (include Shobjidl.h) |