|
-
April 14th, 2010, 11:21 AM
#1
Terminal Server client Problem
Last edited by humptydumpty; April 23rd, 2010 at 12:00 AM.
-
April 15th, 2010, 03:22 AM
#2
Re: Terminal Server client Problem
PChannel[0] = CHANNEL_OPTION_ENCRYPT_RDP;
Instead, have:
Code:
PChannel[0].options = CHANNEL_OPTION_ENCRYPT_RDP;
See http://msdn.microsoft.com/en-us/libr...85(VS.85).aspx
-
April 15th, 2010, 11:14 AM
#3
Re: Terminal Server client Problem
 Originally Posted by olivthill2
That is not a problem .It's abs fine .
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|