COMPONENTSOPTCOMPONENTSOPT*
*Contents  *Index  *Topic Contents
*Previous Topic: COMPONENT
*Next Topic: COMPPOS

COMPONENTSOPT

typedef struct _tagCOMPONENTSOPT {
    DWORD dwSize;
    BOOL fEnableComponents;
    BOOL fActiveDesktop;
} COMPONENTSOPT;

Contains the desktop item options.

dwSize
Unsigned long integer value that contains the size of the structure.
fEnableComponents
Boolean value that determines if desktop items are enabled.
fActiveDesktop
Boolean value that determines if the Active Desktop is enabled.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.