COMPONENTSOPT (Structures)
Last changed: anonymous

.
Summary
Contains the desktop item options.

C# Definition:

[StructLayout(LayoutKind.Sequential)]
public struct COMPONENTSOPT
{
     public static readonly int SizeOf = Marshal.SizeOf(typeof(COMPONENTSOPT));
     public int dwSize;
     [MarshalAs(UnmanagedType.Bool)]
     public bool fEnableComponents;
     [MarshalAs(UnmanagedType.Bool)]
     public bool fActiveDesktop;
}

VB Definition:

Structure COMPONENTSOPT
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation