LIBRARYOPTIONFLAGS-Enumeration (shobjidl_core.h)

Gibt die Bibliotheksoptionen an.

Syntax

typedef enum LIBRARYOPTIONFLAGS {
  LOF_DEFAULT = 0,
  LOF_PINNEDTONAVPANE = 0x1,
  LOF_MASK_ALL = 0x1
} ;

Konstanten

 
LOF_DEFAULT
Wert: 0
Es sind keine Bibliotheksoptionen festgelegt.
LOF_PINNEDTONAVPANE
Wert: 0x1
Heften Sie die Bibliothek an den Navigationsbereich an.
LOF_MASK_ALL
Wert: 0x1
Alle gültigen Bibliotheksoptionenflags.

Hinweise

Verwendet von

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 7 [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2008 R2 [nur Desktop-Apps]
Kopfzeile shobjidl_core.h (shobjidl.h einschließen)

Weitere Informationen

IShellLibrary