<div class="content"><p align="right"><a href="https://msdn.microsoft.com/en-us/library/9a663cf2-0923-4959-b2c5-2e25c19735ff" data-linktype="external">msdn link</a></p><p>The SAMPR_DOMAIN_GENERAL_INFORMATION2 structure contains <a href="7b2aeb27-92fc-41f6-8437-deb65d950921#gt_b0276eb2-4e65-4cf1-a718-e0920a614aca" data-linktype="relative-path">domain</a> fields.</p><dl>
<dd>
<div><pre> typedef struct _SAMPR_DOMAIN_GENERAL_INFORMATION2 {
   SAMPR_DOMAIN_GENERAL_INFORMATION I1;
   LARGE_INTEGER LockoutDuration;
   LARGE_INTEGER LockoutObservationWindow;
   unsigned short LockoutThreshold;
 } SAMPR_DOMAIN_GENERAL_INFORMATION2,
  *PSAMPR_DOMAIN_GENERAL_INFORMATION2;
</pre></div>
</dd></dl><p>For information on each field, see section <a href="d275ab19-10b0-40e0-94bb-45b7fc130025" data-linktype="relative-path">2.2.3.1</a>, except for <b>I1</b>,
which is specified in section <a href="85973e1c-96f2-4c80-8135-b24d74ad7794" data-linktype="relative-path">2.2.3.10</a>.</p></div>