WTS_CACHEFLAGS (Enums)
Last changed: anonymous

.
Summary
TODO - a short description

C# Definition:

[Flags]
enum WTS_CACHEFLAGS : uint
{
    WTS_DEFAULT = 0x00000000,
    WTS_LOWQUALITY = 0x00000001,
    WTS_CACHED = 0x00000002
}

VB Definition:

Enum WTS_CACHEFLAGS
   TODO
End Enum

Notes:

None.

Documentation