How should we refer to that global variable in CONNECT C++? It's used in input queue functions such as mdlInput_sendCommand(). In earlier versions of MicroStation I would put this...
extern char* ustnTaskIdP;
Those functions, in CONNECT, want a Unicode string, so is this a valid declaration?
extern wchar_t* ustnTaskIdP;