2.2.2.27 MilWindowLayerType

A MilWindowLayerType enumeration specifies the desired layer type for a window.

 typedef  enum
 {
   NotLayered = 0x00000000,
   SystemManagedLayer = 0x00000001,
   ApplicationManagedLayer = 0x00000002
 } MilWindowLayerType;

NotLayered:  The window is not layered. All its contents are treated as opaque.

SystemManagedLayer:  The window can be composed onto the desktop with constant opacity.

ApplicationManagedLayer:  The window can be composed onto the desktop with per-pixel opacity.