<div class="content" name="DSROLE_PRIMARY_DOMAIN_INFO_LEVEL" uuid="1eeb0122-c491-4e30-a6bd-f6c3b38f0769"><p>The DSROLE_PRIMARY_DOMAIN_INFO_LEVEL enumeration defines the
information level that the client requests.</p><dl>
<dd>
<div><pre> typedef  enum _DSROLE_PRIMARY_DOMAIN_INFO_LEVEL
 {
   DsRolePrimaryDomainInfoBasic = 1,
   DsRoleUpgradeStatus,
   DsRoleOperationState
 } DSROLE_PRIMARY_DOMAIN_INFO_LEVEL;
</pre></div>
</dd></dl><p><b>DsRolePrimaryDomainInfoBasic:  </b>Request for
information about the domain to which the computer belongs.</p><p><b>DsRoleUpgradeStatus:</b>  Request for computer <a href="4339df3c-494b-49b4-9c60-d25526a35a0d#gt_5f20a152-dcb9-40a4-9c34-9ba11c74f8e6" data-linktype="relative-path">operating system upgrade</a>
status.</p><p><b>DsRoleOperationState:  </b>Request for computer
operation state.</p></div>