INITCOMMONCONTROLSEX (Structures)
Last changed: -178.121.197.249

.
Summary

C# Definition:

    struct INITCOMMONCONTROLSEX {
        public int dwSize;
        public uint dwICC;
    }

VB Definition:

    Public Structure INITCOMMONCONTROLSEX
        Public dwSize As Integer
        Public dwICC As System.UInt32
    End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation