I'm using the AdfinXRt Realtime example C++ project, and have changed the COM initialisation call in ListDlg.cpp from CoInitialize(0) to CoInitializeEx(NULL, COINIT_MULTITHREADED), to reflect how I intend to use this API in my application. However, the example no longer works because the call to a_eikonDesktopDataAPI->CreateAdxRtList() in AdxRtList.cpp now returns a null COM pointer. Is it possible to use the COM API in the COINIT_MULTITHREADED mode?