TAPI - get_CallInfoString (ITCallInfo)
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello i work on CTI sofwtare with TAPI 3 and i catch all events from a line. But, i have a HRESULT fail on the get_CallInfoString function when there are a event: function used for Event form TAPI_EVENT.TE_CALLINFOCHANGE: private void OnCallInfoEvent(ITCallInfoChangeEvent pEvent) { try.... string callerIDName = pEvent.Call.get_CallInfoString(CALLINFO_STRING.CIS_CALLERIDNAME); string callerIDNumber = pEvent.Call.get_CallInfoString(CALLINFO_STRING.CIS_CALLERIDNUMBER); catch.... finally } Thanks Jerome :doh: