<div class="content" name="SHADOW_REQUEST_RESPONSE" uuid="c1534097-ced8-40cc-8d39-6e43c0361d33"><p>The <b>SHADOW_REQUEST_RESPONSE</b> enumeration defines the
response to a shadow session request.</p><dl>
<dd>
<div><pre> typedef  enum 
 {
   SHADOW_REQUEST_RESPONSE_ALLOW = 0,
   SHADOW_REQUEST_RESPONSE_DECLINE,
   SHADOW_REQUEST_RESPONSE_POLICY_PERMISSION_REQUIRED,
   SHADOW_REQUEST_RESPONSE_POLICY_DISABLED,
   SHADOW_REQUEST_RESPONSE_POLICY_VIEW_ONLY,
   SHADOW_REQUEST_RESPONSE_POLICY_VIEW_ONLY_PERMISSION_REQUIRED,
   SHADOW_REQUEST_RESPONSE_SESSION_ALREADY_CONTROLLED
 } SHADOW_REQUEST_RESPONSE;
</pre></div>
</dd></dl><p><b>SHADOW_REQUEST_RESPONSE_ALLOW:  </b>The user has
granted the request for permission to shadow the session.</p><p><b>SHADOW_REQUEST_RESPONSE_DECLINE:  </b>The user has
declined the request for permission to shadow the session.</p><p><b>SHADOW_REQUEST_RESPONSE_POLICY_PERMISSION_REQUIRED: 
</b>Permission was not requested, but group policy specifies that permission is
required.</p><p><b>SHADOW_REQUEST_RESPONSE_POLICY_DISABLED:  </b>Shadowing
has been disabled by group policy.</p><p><b>SHADOW_REQUEST_RESPONSE_POLICY_VIEW_ONLY:  </b>A
request for control was made, but group policy exclusively allows view-only
shadowing.</p><p><b>SHADOW_REQUEST_RESPONSE_POLICY_VIEW_ONLY_PERMISSION_REQUIRED: 
</b>A request was made to take control without requesting permission, but group
policy exclusively allows view-only shadowing and also requires permission.</p><p><b>SHADOW_REQUEST_RESPONSE_SESSION_ALREADY_CONTROLLED: 
</b>The session cannot be shadowed because another shadow session is currently
controlling the session.</p></div>