| getnsxmlnamespaceResult Structure Definition |
The getnsxmlnamespaceResult structure defines the return type for getnsxmlnamespace 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. |
nsxmlnamespaceList |
List of nsxmlnamespaces |
| nsxmlnamespace Structure Definition |
The nsxmlnamespace structure defines the actual return type values for getnsxmlnamespace API. |
Syntax |
Members |
prefix |
Name of the prefix for which the mappings must be displayed. |
namespacE |
Expanded namespace for which the XML prefix is provided. |
description |
Description for the prefix. |
_nextgenapiresource |
See Also |