Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the library options.
Syntax
typedef enum LIBRARYOPTIONFLAGS {
LOF_DEFAULT = 0,
LOF_PINNEDTONAVPANE = 0x1,
LOF_MASK_ALL = 0x1
} ;
Constants
LOF_DEFAULTValue: 0 No library options are set. |
LOF_PINNEDTONAVPANEValue: 0x1 Pin the library to the navigation pane. |
LOF_MASK_ALLValue: 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) |