<div class="content" name="EEComputerNamePresent" uuid="d8080607-6312-4e24-b883-718c38b32cbe"><p>The EEComputerNamePresent enumeration defines the allowed
values for the <b>Type</b> field in the <a href="55afeb54-05fe-4f0c-a31f-a932d1be0164" data-linktype="relative-path">EEComputerName</a> structure.</p><dl>
<dd>
<div><pre> typedef  enum tagEEComputerNamePresent
 {
   eecnpPresent = 1,
   eecnpNotPresent
 } EEComputerNamePresent;
</pre></div>
</dd></dl><p><b>eecnpPresent:  Name</b> member of the
EEComputerName structure is valid and contains a network node identifier.</p><p><b>eecnpNotPresent:  </b>This structure does not
contain a network node identifier.</p></div>