<div class="content" name="DSROLE_OPERATION_STATE_INFO" uuid="b198f7b1-008c-44b1-94ce-2cc0b2b798db"><p>The DSROLE_OPERATION_STATE_INFO structure contains the
status of a pending <a href="4339df3c-494b-49b4-9c60-d25526a35a0d#gt_76a05049-3531-4abd-aec8-30e19954b4bd" data-linktype="relative-path">domain
controller (DC)</a> <a href="4339df3c-494b-49b4-9c60-d25526a35a0d#gt_3ab7ae66-0ba5-45d0-a641-831e89528893" data-linktype="relative-path">domain
membership role change</a> operation, if any, for the computer.</p><dl>
<dd>
<div><pre> typedef struct _DSROLE_OPERATION_STATE_INFO {
   DSROLE_OPERATION_STATE OperationState;
 } DSROLE_OPERATION_STATE_INFO,
  *PDSROLE_OPERATION_STATE_INFO;
</pre></div>
</dd></dl><p><b>OperationState:</b>   The domain
membership role change status of the computer, as specified by a <a href="029e74ec-602f-44dc-b13a-e75cb883f9f3" data-linktype="relative-path">DSROLE_OPERATION_STATE</a>
enumeration.</p></div>