Share via


CtiLookupRequest.GetRequiredLookupData Method

Definition

Retrieves the CTI lookup command data from the Lookup Request object..

public:
 void GetRequiredLookupData([Runtime::InteropServices::Out] Guid % ctiCallRefId, [Runtime::InteropServices::Out] System::String ^ % ctiDesktopManager, [Runtime::InteropServices::Out] System::String ^ % callType, [Runtime::InteropServices::Out] System::String ^ % ani, [Runtime::InteropServices::Out] System::String ^ % dnis);
public void GetRequiredLookupData (out Guid ctiCallRefId, out string ctiDesktopManager, out string callType, out string ani, out string dnis);
member this.GetRequiredLookupData : Guid * string * string * string * string -> unit
Public Sub GetRequiredLookupData (ByRef ctiCallRefId As Guid, ByRef ctiDesktopManager As String, ByRef callType As String, ByRef ani As String, ByRef dnis As String)

Parameters

ctiCallRefId
Guid

Specifies the call reference ID

ctiDesktopManager
String

Specifies the name of the CtiDesktopManagercontrol that emitted the request

callType
String

Specifies the type of call.

ani
String

Specifies the ANI of the call.

dnis
String

Applies to