Questions tagged [virtual-channel]

Virtual channels allows Remote Desktop Services applications to transfer custom data between the RDP client and the RDP server.

21 questions
0
votes
1 answer

Virtual channels for VNC?

Does anybody know weather VNC (RFB) supports virtual channels and add-ins to them like it is in the RDP (Microsoft Terminal Services)? I just want to transfer my own data across a VNC connection...
shoumikhin
  • 1,327
  • 15
  • 23
0
votes
1 answer

Export VirtualChannelGetInstance function from c#

I want to export this function from C#: HRESULT VCAPITYPE VirtualChannelGetInstance( _In_ REFIID refiid, _Inout_ ULONG *pNumObjs, _Out_ VOID **ppObjArray ); I have tried following code: public static uint VirtualChannelGetInstance(IntPtr…
iz25
  • 274
  • 1
  • 11
0
votes
1 answer

How can I reference CChannel.h in Visual Studio 2012?

I'm trying to create a C++ DLL to register with Terminal Services to provide virtual channel functionality. Unfortunately the header CChannel.h cannot be found. I'm using Visual Studio 2012, which is targeting Windows SDK 8.0. Sure enough, the…
pixelbadger
  • 1,556
  • 9
  • 24
0
votes
1 answer

Microsoft Dynamic Virtual Channels

I am just exploring Dynamic Virtual Channels. I have couple of concerns on this. I have a web service running on physical system and I want to access that web service over RDP or from Cloud system (means from the system that is running in different…
Gopal
  • 1
  • 1
0
votes
0 answers

Callback functions in client dll of Citrix virtual channel are not called

I have the following problem: I've created client DLL with all needed callback functions (DriverOpen, DriverClose etc.). But they are not called, and I, actually, don't know why. Test dll vdping is working fine. May be the thing is I use VS2010 to…
Ov3r1oad
  • 1,057
  • 1
  • 12
  • 25
0
votes
2 answers

How to create Terminal Services Server add in (virtual channel) in C#

I'm trying to create a dll as add in to Terminal Server to create a virtual channel communication with the server. I found this example (http://www.codeproject.com/Articles/16374/How-to-Write-a-Terminal-Services-Add-in-in-Pure-C), which…
Gigi
  • 315
  • 7
  • 23
1
2