<div class="content" name="LOADFACTORTYPE" uuid="2d4b1921-a38d-4dea-996c-a4470a0fe9db"><p>The LOADFACTORTYPE enumeration specifies the most
constrained resource affecting load balancing.</p><dl>
<dd>
<div><pre> typedef  enum _LOADFACTORTYPE
 {
   ErrorConstraint,
   PagedPoolConstraint,
   NonPagedPoolConstraint,
   AvailablePagesConstraint,
   SystemPtesConstraint,
   CPUConstraint
 } LOADFACTORTYPE;
</pre></div>
</dd></dl><p><b>ErrorConstraint:  </b>An error occurred while
obtaining constraint data.</p><p><b>PagedPoolConstraint:  </b>The amount of paged pool
is the constraint.</p><p><b>NonPagedPoolConstraint:  </b>The amount of
non-paged pool is the constraint.</p><p><b>AvailablePagesConstraint:  </b>The amount of
available pages is the constraint.</p><p><b>SystemPtesConstraint:  </b>The number of system
page table entries (PTEs) is the constraint.</p><p><b>CPUConstraint:  </b>CPU usage is the constraint.</p></div>