Expand Minimize
This topic has not yet been rated - Rate this topic

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

Shobjidl.h

IDL

Shobjidl.idl

See also

IShellLibrary

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.