TAPICLIENT_LineGenerateDigits

The TAPICLIENT_LineGenerateDigits function is called during a call to the lineGenerateDigits function.

LONG TAPICLIENT_LineGenerateDigits(
  HMANAGEMENTCLIENT hmClient,       
  LPTAPIPERMANENTID lpPermanentID,  
  DWORD dwReserved,                 
  LPWCSTR lpszDigits                
);
 

Parameters

hmClient
Opaque handle to the client that the Client Management DLL returned in TAPICLIENT_ClientInitialize.
lpPermanentID
The TAPIPERMANENTID identifier of the device.
dwReserved
Reserved. The value is 0.
lpszDigits
The digits passed in to TAPI. This buffer cannot be modified by the DLL. However, the DLL may fail the call if the digits cannot be generated.

See Also

lineGenerateDigits, TAPICLIENT_ClientInitialize, TAPIPERMANENTID