Hi:
I have a function that give me a parameter BSTR FAR*. What is exactly and how can i transform to string (char*) type.
This is the function:
void CPruebaDlg::OnCommandRecognizeDgnvcmd1(BSTR FAR* Command, long FAR* ID, BSTR FAR* Action, LPDISPATCH FAR* ListResults)
Thanks.