Hi guys,

I'm currently working on a custom device manager, and I got a little
probleme : I'm unable to retreive session object from MSCOM

This work :
CoCreateInstance(CLSID_VirtualBox, 0, CLSCTX_LOCAL_SERVER, IID_IVirtualBox,
(void**)&this->vbox);


This does'nt (error 80040154):
CoCreateInstance(CLSID_Session, 0, CLSCTX_LOCAL_SERVER, IID_ISession,
(void**)&this->session)

Any advice ?


--
Samuel Rats
Co-Fondateur du LYAUG
_______________________________________________
vbox-dev mailing list
[email protected]
https://www.virtualbox.org/mailman/listinfo/vbox-dev

Reply via email to