2.2.2.35.1 SHADOWSTATECLASS

The SHADOWSTATECLASS enumeration specifies WinStation shadow states.

 typedef  enum _SHADOWSTATECLASS
 {
   State_NoShadow,
   State_Shadowing,
   State_Shadowed,
 } SHADOWSTATECLASS;

State_NoShadow:  No shadow operations are currently being performed on this session.

State_Shadowing:  The session is shadowing a different session. The current session is referred to as a shadow client.

State_Shadowed:  The session is being shadowed by a different session. The current session is referred to as a shadow target.