RegisterAllProvidersIP
Determines whether the IP addresses of all provider IP address resources are registered. The following table summarizes the attributes of the RegisterAllProvidersIP property.
Attribute | Value |
---|---|
Data type | DWORD |
Access | Read/write |
Status | Optional |
Structure | CLUSPROP_DWORD |
Minimum | 0 |
Maximum | 1 |
Default | 0 |
Remarks
Setting this private property to 1 registers the IP addresses of all provider IP address resources, independent of the online status of any individual provider IP address resource.
The constant for this property is CLUSREG_NAME_NETNAME_REGISTER_ALL_IP.
Setting this private property to 0, the default value, ensures that only online provider IP addresses are registered.
Examples
The property value portion of a property list entry for RegisterAllProvidersIP can be set with the following example code.
DWORD RegisterAllProvidersIPData = 0;
CLUSPROP_DWORD RegisterAllProvidersIPValue;
RegisterAllProvidersIPValue.Syntax.dw = CLUSPROP_SYNTAX_LIST_VALUE_DWORD;
RegisterAllProvidersIPValue.cbLength = sizeof(DWORD);
RegisterAllProvidersIPValue.dw = RegisterAllProvidersIPData;
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |