| getuserprotocolResult Structure Definition |
The getuserprotocolResult structure defines the return type for getuserprotocol 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. |
userprotocolList |
List of userprotocols |
| userprotocol Structure Definition |
The userprotocol structure defines the actual return type values for getuserprotocol API. |
Syntax |
Members |
name |
Unique name for the user protocol. |
transport |
Transport layer's protocol. |
extension |
Name of the extension to add parsing and runtime handling of the protocol packets. |
comment |
Any comments associated with the protocol. |
_nextgenapiresource |
See Also |