2.2.2.28 MilWindowTargetCachingMode

A MilWindowTargetCachingMode enumeration specifies the caching mode for the hosted window target.

 typedef  enum
 {
   NotCached = 0x00000000,
   Cached = 0x00000001
 } MilWindowTargetCachingMode;

NotCached:  Not cached, visuals are directly connected.

Cached:  Cached, single buffered.