Hi:
I'm trying to obtain a Key from a hotkey and have the following c++ snipitt:
                //now obtain a key object to get the key combination.
                VARIANT test;
                Hotkey->get_Key(&test);
                Wineyes::_Key* Temp =(Wineyes::Key*)test;
I am told that there is no suitable conversion function. The documentation 
states that the Key property of a hotkey returns a key object, but in c++ this 
is returning a variant. Is the idl incorrect, or am I not doing something I 
should be?
Help appreciated as always.
Cheers
Sean.

Reply via email to