| getvpnpcoipconnectionResult Structure Definition |
The getvpnpcoipconnectionResult structure defines the return type for getvpnpcoipconnection 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. |
vpnpcoipconnectionList |
List of vpnpcoipconnections |
| vpnpcoipconnection Structure Definition |
The vpnpcoipconnection structure defines the actual return type values for getvpnpcoipconnection API. |
Syntax |
Members |
username |
User name for the PCOIP connections. |
srcip |
The client IP address. |
srcport |
The client port. |
destip |
The VDA IP address. |
destport |
The VDA server port. |
peid |
Core id of the session owner |
_nextgenapiresource |
See Also |