<div class="content" name="SatisfyNtmsOperatorRequest" uuid="e1cec116-f17c-4511-a80f-3486fddd90fb"><p>The SatisfyNtmsOperatorRequest method completes an <a href="8d988f06-72be-47cf-9e09-9060aa8ed897#gt_4676b5f2-6ecd-463c-8218-811911038e63" data-linktype="relative-path">operator request</a>.</p><dl>
<dd>
<div><pre> HRESULT SatisfyNtmsOperatorRequest(
   [in] LPNTMS_GUID lpRequestId
 );
</pre></div>
</dd></dl><p><b>lpRequestId: </b>A pointer to the identifier of
the request to complete.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Return value/code</p>
   </th>
   <th>
   <p>Description</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>0x00000000 S_OK</td>
  <td>The call was successful.</td>
 </tr><tr>
  <td>0x80070005 ERROR_ACCESS_DENIED</td>
  <td>The user who tried to execute this method does not have administrator privileges. Only a server administrator can satisfy operator requests.</td>
 </tr><tr>
  <td>0x80070057 ERROR_INVALID_PARAMETER</td>
  <td>A parameter is missing.</td>
 </tr><tr>
  <td>0x800710D8 ERROR_OBJECT_NOT_FOUND</td>
  <td>The operator request object identifier was not found. This error occurs if the request is completed before the operation has been satisfied, or when an invalid request identifier is supplied.</td>
 </tr></tbody></table>
</dd></dl><p>Upon receiving this message, the server MUST verify that <i>lpRequestId</i>
is not NULL. If parameter validation fails, the server MUST immediately fail
the operation and return ERROR_INVALID_PARAMETER (0x80070057).</p><p>This method MUST satisfy the given operator request by
setting the request state to NTMS_OPSTATE_COMPLETE.</p></div>