简体   繁体   中英

RDP communication via C/C++

I need to write a basic RDP client in C/C++, doesn't need GUI it can be CLI, it only needs to connect to specified hosts - if connection is successfull, to confirm it and if it isn't to output an error message like the pass is not correct. Can someone point me to somewhere so i can read more about this ? Thanks.

Look at the source for rdesktop - A Remote Desktop Protocol Client for accessing Windows Terminal Services.

For a quick feel, view the source for tcp.c : Protocol services - TCP layer.

您可能正在寻找Windows Terminal Services API或也称为Remote Desktop Services API

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM