i have a declaration like this in idl file
HRESULT test(SAFEARRAY(VARIANT)* Data);
how do i declare the equipvalent in C++ ?
i try
HRESULT test(SAFEARRAY* Data);
but doesn't seems to work...please help, thanks
HTH
cksiow
http://vblib.virtualave.net - share our codes




Reply With Quote