Example: rdp_connect_server

The following example shows a connection to a remote host.

rdp_connect_server(

    "Host=<name of remote host>",

    "UserName=lacohen",

    "EncryptedPassword=461bc475e",

    "Domain=",

    RDP_LAST );