Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Contains the desktop item options.
Syntax
typedef struct _tagCOMPONENTSOPT {
DWORD dwSize;
BOOL fEnableComponents;
BOOL fActiveDesktop;
} COMPONENTSOPT;
Members
dwSize
Type: DWORD
A DWORD value that contains the size of the structure.
fEnableComponents
Type: BOOL
A BOOL value that determines if desktop items are enabled.
fActiveDesktop
Type: BOOL
A BOOL value that determines if the Active Desktop is enabled.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional, Windows XP [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | shlobj_core.h (include Shlobj.h) |