ICtiCallStateManager.GetCallInfoData(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the call info data for the given call reference ID.
public:
Microsoft::Uii::Desktop::Cti::Core::CallInfoData ^ GetCallInfoData(Guid ctiCallRefCallId);
public Microsoft.Uii.Desktop.Cti.Core.CallInfoData GetCallInfoData (Guid ctiCallRefCallId);
abstract member GetCallInfoData : Guid -> Microsoft.Uii.Desktop.Cti.Core.CallInfoData
Public Function GetCallInfoData (ctiCallRefCallId As Guid) As CallInfoData
Parameters
- ctiCallRefCallId
- Guid
Specifies the call ID.