LIBRARYOPTIONFLAGS enumeration
Specifies the library options.
Syntax
typedef enum LIBRARYOPTIONFLAGS { LOF_DEFAULT = 0x00000000, LOF_PINNEDTONAVPANE = 0x00000001, LOF_MASK_ALL = 0x00000001 } LIBRARYOPTIONFLAGS;
Constants
- LOF_DEFAULT
-
No library options are set.
- LOF_PINNEDTONAVPANE
-
Pin the library to the navigation pane.
- LOF_MASK_ALL
-
All valid library options flags.
Remarks
Used By
Requirements
|
Minimum supported client |
Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also
Show: