| getnsservicepathResult Structure Definition |
The getnsservicepathResult structure defines the return type for getnsservicepath 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. |
nsservicepathList |
List of nsservicepaths |
| nsservicepath Structure Definition |
The nsservicepath structure defines the actual return type values for getnsservicepath API. |
Syntax |
Members |
servicepathname |
Name for the Service path. |
servicefunction |
List of service functions constituting the chain. |
index |
The serviceindex of each servicefunction in path. |
_nextgenapiresource |
See Also |