The EEComputerNamePresent enumeration defines the allowed values for the Type field in the EEComputerName structure.
typedef enum tagEEComputerNamePresent
{
eecnpPresent = 1,
eecnpNotPresent
} EEComputerNamePresent;
eecnpPresent: Name member of the EEComputerName structure is valid and contains a network node identifier.
eecnpNotPresent: This structure does not contain a network node identifier.