Usign HGCM
Posted: 29. Apr 2011, 22:38
I'm trying to implement a custom service using HGCM, I followed the instructions on SDKRef.pdf ( Chapter 7 ).
I have a windows guest and a linux host, in the windows guest I have a win32 terminal command that makes an ioctl to connect to a LocalHost_Existing, in the linux host I created a shared library. The ioctl always returns -2900 (VERR_HGCM_SERVICE_NOT_FOUND). I tried a lot of shared library names and locations, nothing works.
Did I need to register to use a custom service (there is some magic to do or some export missing or what ever), how the extension packs works (I know is not the same, but if there is some example I can also write a virtual driver or something).
Thank in advance for any advice/reply Adji.
I have a windows guest and a linux host, in the windows guest I have a win32 terminal command that makes an ioctl to connect to a LocalHost_Existing, in the linux host I created a shared library. The ioctl always returns -2900 (VERR_HGCM_SERVICE_NOT_FOUND). I tried a lot of shared library names and locations, nothing works.
Did I need to register to use a custom service (there is some magic to do or some export missing or what ever), how the extension packs works (I know is not the same, but if there is some example I can also write a virtual driver or something).
Thank in advance for any advice/reply Adji.