Network Interface Control Codes
The Failover Cluster API defines the following external control codes for network interfaces (there are no internal control codes defined for network interfaces):
Network interface control codes use the CLUS_OBJECT_NETINTERFACE value of the CLUSTER_CONTROL_OBJECT enumeration to indicate that the control code applies to cluster network interfaces. For more information about control codes, see Control Code Architecture.
Network interface control codes are enumerated by the CLUSCTL_NETINTERFACE_CODES enumeration.
In this section
-
Retrieves a list of the read/write network interface common property names.
-
Retrieves a list of the network interface private properties.
-
retrieves the intrinsic characteristics of a network interface.
-
Retrieves the read/write common properties for a network interface.
-
Reserved for future use.
-
Retrieves the flags that are set for a network interface.
-
Retrieves the cluster database subkey identifier for a network interface.
-
Retrieves the name of a network interface.
-
Retrieves the name of the network to which a network interface is connected.
-
Retrieves the name of the node in which a network interface is installed. Applications use this control code as a ClusterNetInterfaceControl parameter.
-
Retrieves the read/write private properties for a network interface.
-
The CLUSCTL_NETINTERFACE_GET_PRIVATE_PROPERTY_FMTS control code is not supported and fails with ERROR_INVALID_FUNCTION.
-
Retrieves the read-only common properties for a network interface.
-
Retrieves the read-only private properties for a network interface.
-
Updates the read/write common properties for a network interface.
-
Updates the read/write private properties for a network interface.
-
verifies that the network interface control code verifies that control codes are being processed on the node where execution of the control is directed.
-
Verifies that a property list contains valid network interface property names
-
Verifies that a property list is properly formatted.
Related topics