| getbotsignatureResult Structure Definition |
The getbotsignatureResult structure defines the return type for getbotsignature 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. |
botsignatureList |
List of botsignatures |
| botsignature Structure Definition |
The botsignature structure defines the actual return type values for getbotsignature API. |
Syntax |
Members |
name |
Name of the Bot signature object to display. |
response |
src |
Local path to and name of, or URL (protocol, host, path, and file name) for, the file in which to store the imported signature file.
NOTE: The import fails if the object to be imported is on an HTTPS server that requires client certificate authentication for access. |
_nextgenapiresource |
See Also |