| getrdpserverprofileResult Structure Definition |
The getrdpserverprofileResult structure defines the return type for getrdpserverprofile 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. |
rdpserverprofileList |
List of rdpserverprofiles |
| rdpserverprofile Structure Definition |
The rdpserverprofile structure defines the actual return type values for getrdpserverprofile API. |
Syntax |
Members |
name |
The name of the rdp server profile |
rdpip |
IPv4 or IPv6 address of RDP listener. This terminates client RDP connections. |
rdpport |
TCP port on which the RDP connection is established. |
psk |
Pre shared key value |
rdpredirection |
Enable/Disable RDP redirection support. This needs to be enabled in presence of connection broker or session directory with IP cookie(msts cookie) based redirection support |
builtin |
Indicates that a variable is a built-in (SYSTEM INTERNAL) type. |
_nextgenapiresource |
See Also |