Einzelnen Beitrag anzeigen

mumu

Registriert seit: 28. Okt 2003
Ort: Bamberg
519 Beiträge
 
#4

Re: Active Desktop aktivieren

  Alt 5. Feb 2004, 12:56
Dazu ein Auszug aus der MSDN.

Zitat:
COMPONENTSOPT Structure

--------------------------------------------------------------------------------

Contains the desktop item options.

Syntax

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

dwSize
DWORD value that contains the size of the structure.
fEnableComponents
BOOL value that determines if desktop items are enabled.
fActiveDesktop
BOOL value that determines if the Active Desktop is enabled.
Structure Information

Header shlobj.h
Minimum operating systems Windows 2000, Windows NT 4.0 with Internet Explorer 4.0, Windows 98, Windows 95 with Internet Explorer 4.0
  Mit Zitat antworten Zitat