Hi
Got a little problem with the line below, i cant understand what i should put after the ",".
SendEvent(LPCTSTR bstrNodeName, VARIANT *pvarNodeValue)
The NodeValue should be "1", but
SendEvent("nodename",1)
doesnt work, giving me the following error;
error C2664: 'SendEvent' : cannot convert parameter 2 from 'const int' to 'struct tagVARIANT *'
Thanks in advance!
/Hylsan
Got a little problem with the line below, i cant understand what i should put after the ",".
SendEvent(LPCTSTR bstrNodeName, VARIANT *pvarNodeValue)
The NodeValue should be "1", but
SendEvent("nodename",1)
doesnt work, giving me the following error;
error C2664: 'SendEvent' : cannot convert parameter 2 from 'const int' to 'struct tagVARIANT *'
Thanks in advance!
/Hylsan