| getrdpconnectionsResult Structure Definition |
The getrdpconnectionsResult structure defines the return type for getrdpconnections 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. |
rdpconnectionsList |
List of rdpconnectionss |
| rdpconnections Structure Definition |
The rdpconnections structure defines the actual return type values for getrdpconnections API. |
Syntax |
Members |
username |
User name for which to display connections. |
endpointip |
The client IP address. |
endpointport |
The client port. |
targetip |
The Server IP address. |
targetport |
The server port. |
peid |
Core id of the session owner |
_nextgenapiresource |
See Also |