C
Chuong
Hi everyone, please help!
Our customer developed a WinCE DLL which contains a
function such as
bool fx(TCHAR* szName)
Obviously, szName is used the input/output. The return
bool is just to indicate pass or fail.
My question is how to use CeRapiInvoke to invoke this
function? All examples that I can find only show how to
invoke functions WITHOUT input parameters. Appreciate
and TIA all the helps!
Chuong
Our customer developed a WinCE DLL which contains a
function such as
bool fx(TCHAR* szName)
Obviously, szName is used the input/output. The return
bool is just to indicate pass or fail.
My question is how to use CeRapiInvoke to invoke this
function? All examples that I can find only show how to
invoke functions WITHOUT input parameters. Appreciate
and TIA all the helps!
Chuong