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.
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) |