A
Andrew Teets (Concord)
Guest
I'm trying to extend my RDWeb environment to include user's personal desktops (non-virtual) as a RemoteApp icon. Currently we manually generate .rdp files for end-users to connect through an RDGateway to their office computer depending on their location (each physical location has their own RDGateway).
Came across this post Deploying Personal Virtual Desktops by Using Remote Desktop Web Access Step-by-Step Guide. Looks like options are implement Personal Virtual Desktops with VDI or build a plugin for RDWeb that would return a .rdp file as a "RemoteApp".
Enterprise Mobility + Security - Microsoft Tech Community talks about how things work and what interface to use for my plugin.
ItsPubPlugin is the interface I want to implement in C#. The IDL file listed "Cpubplugin.idl" does not exist on my 2008r2 or 2012 RDWeb servers.
Here are some other links that could be applicable:
Convert Interface IDL file to C#
How to: Create Wrappers Manually
Interface Definition (IDL) File
So, down to the question:
How can I implement an interface that I don't have an IDL file for?
Sample code would be most appreciated as I'm only a part-time programmer - but of course any help would be appreciated.
Thank you
-Andrew
Continue reading...
Came across this post Deploying Personal Virtual Desktops by Using Remote Desktop Web Access Step-by-Step Guide. Looks like options are implement Personal Virtual Desktops with VDI or build a plugin for RDWeb that would return a .rdp file as a "RemoteApp".
Enterprise Mobility + Security - Microsoft Tech Community talks about how things work and what interface to use for my plugin.
ItsPubPlugin is the interface I want to implement in C#. The IDL file listed "Cpubplugin.idl" does not exist on my 2008r2 or 2012 RDWeb servers.
Here are some other links that could be applicable:
Convert Interface IDL file to C#
How to: Create Wrappers Manually
Interface Definition (IDL) File
So, down to the question:
How can I implement an interface that I don't have an IDL file for?
Sample code would be most appreciated as I'm only a part-time programmer - but of course any help would be appreciated.
Thank you
-Andrew
Continue reading...