| getsvcbindingsResult Structure Definition |
The getsvcbindingsResult structure defines the return type for getsvcbindings API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
svcbindingsList |
List of svcbindingss |
| svcbindings Structure Definition |
The svcbindings structure defines the actual return type values for getsvcbindings API. |
Syntax |
Members |
servicename |
The name of the service. |
ipaddress |
The IP address of the vserver. |
port |
The port of the vserver. |
svrstate |
The state of the vserver |
vservername |
The name of the vserver. |
_nextgenapiresource |
See Also |