The CLUSCTL_NETWORK_ENUM_COMMON_PROPERTIES control code is used to retrieve a list of the common network properties.
Type: | External |
Access: | CLUS_ACCESS_READ |
Input: | None |
Output: | Array of null-terminated Unicode strings with an additional null terminator appended to the last string. |
Global: | CLUS_NOT_GLOBAL |
Modify: | CLUS_NO_MODIFY |
Code: | CLCTL_ENUM_COMMON_PROPERTIES |
The properties that are returned in the contents of the lpOutBuffer parameter are of two types: read/write and read-only.
To retrieve the values for the read/write properties, call ClusterNetworkControl with the CLUSCTL_NETWORK_GET_COMMON_PROPERTIES control code. To update them, use the CLUSCTL_NETWORK_SET_COMMON_PROPERTIES control code. To validate them, use CLUSCTL_NETWORK_VALIDATE_COMMON_PROPERTIES.
To retrieve the values for the read-only properties, call ClusterNetworkControl with the CLUSCTL_NETWORK_GET_RO_COMMON_PROPERTIES control code.