CLUSPROP_IPADDR_ENABLENETBIOS enumeration (clusapi.h)
When used with the CLUSPROP_DWORD structure, enables or disables the functionality of the EnableNetBIOS property of IP Address resources.
Syntax
typedef enum CLUSPROP_IPADDR_ENABLENETBIOS {
CLUSPROP_IPADDR_ENABLENETBIOS_DISABLED = 0,
CLUSPROP_IPADDR_ENABLENETBIOS_ENABLED,
CLUSPROP_IPADDR_ENABLENETBIOS_TRACK_NIC
} ;
Constants
CLUSPROP_IPADDR_ENABLENETBIOS_DISABLED Value: 0 Disable the functionality of the EnableNetBIOS property. |
CLUSPROP_IPADDR_ENABLENETBIOS_ENABLED Enable the functionality of the EnableNetBIOS property. |
CLUSPROP_IPADDR_ENABLENETBIOS_TRACK_NIC Enable the functionality of the EnableNetBIOS property if the NIC to which the IP Address resource is bound has enabled NetBIOS. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
Header | clusapi.h |