Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.