The CLUSCTL_NETINTERFACE_GET_NODE control code is used to retrieve the name of the node in which a network interface is installed.
| Type: | External |
| Access: | CLUS_ACCESS_READ |
| Input: | None |
| Output: | Null-terminated Unicode string |
| Global: | CLUS_NOT_GLOBAL |
| Modify: | CLUS_NO_MODIFY |
| Code: | CLCTL_GET_NODE |
The name of the node is stored in the network interface's Node property. To retrieve the Node property along with the other common read-only network interface properties, call ClusterNetInterfaceControl with the CLUSCTL_NETINTERFACE_GET_RO_COMMON_PROPERTIES control code.