Network Control Codes
The Failover Cluster API defines the following external control codes for networks (there are no internal control codes defined for networks):
Network control codes use the CLUS_OBJECT_NETWORK value of the CLUSTER_CONTROL_OBJECT enumeration to indicate that the control code applies to cluster networks. For more information about control codes, see Control Code Architecture.
Network control codes are enumerated by the CLUSCTL_NETWORK_CODES enumeration.
In this section
-
Retrieves a list of the read/write common network property names.
-
Retrieves a list of private property names for a network.
-
Retrieves the intrinsic characteristics of a network.
-
Retrieves the read/write common properties for a network.
-
Reserved for future use.
-
Retrieves the flags that are set for a network.
-
Retrieves the cluster database subkey identifier for a network.
-
Retrieves the name of a network.
-
Retrieves the read/write private properties for a network.
-
The CLUSCTL_NETWORK_GET_PRIVATE_PROPERTY_FMTS control code is not supported and fails with ERROR_INVALID_FUNCTION.
-
Retrieves the read-only common properties for a network.
-
Retrieves the read-only private properties for a network.
-
Updates the read/write common properties for a network.
-
Updates the read/write private properties for a network.
-
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 property names and values and that the list is properly formatted.
-
Verifies that a property list is properly formatted.
Related topics