CDS (Enums)
Last changed: -79.171.121.86

.
Summary
TODO - a short description

C# Definition:

public enum CDS : int
{
    Dynamic = 0,
    UpdateRegistry = 1,
    Test = 2,
    Fullscreen = 4,
    Global = 8,
    SetPrimary = 16,
    NoReset = 268435456,
    SetRect = 536870912,
    Reset = 1073741824
}

VB.NET Definition:

Enum CDS As Integer
    Dynamic = 0
    UpdateRegistry = 1
    Test = 2
    Fullscreen = 4
    Global = 8
    SetPrimary = 16
    NoReset = 268435456
    SetRect = 536870912
    Reset = 1073741824
End Enum

Notes:

None.

Documentation
CDS on MSDN