| getvpnstoreinfoResult Structure Definition |
The getvpnstoreinfoResult structure defines the return type for getvpnstoreinfo 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. |
vpnstoreinfoList |
List of vpnstoreinfos |
| vpnstoreinfo Structure Definition |
The vpnstoreinfo structure defines the actual return type values for getvpnstoreinfo API. |
Syntax |
Members |
url |
StoreFront URL to be scanned. |
storeserverstatus |
Availability of the server for TCP connections |
storeserverissf |
Indicates if the server being scanned is running StoreFront. |
storeapisupport |
Indicates StoreFront API support status |
storelist |
List of available stores return by StoreFront API |
storestatus |
Availability of the specified StoreFront store |
_nextgenapiresource |
See Also |