TAPICLIENT_LineRedirect
The TAPICLIENT_LineRedirect function is called during a call to the lineRedirect function.
LONG TAPICLIENT_LineRedirect(
HMANAGEMENTCLIENT hmClient,
LPTAPIPERMANENTID lpPermanentID,
LPWSTR lpszDestAddress,
LPWSTR lpszDestAddressSize,
LPDWORD lpdwCountryCode
);
Parameters
-
hmClient
-
Opaque handle to the client that the Client Management DLL returned in TAPICLIENT_ClientInitialize.
-
lpPermanentID
-
The TAPIPERMANENTID identifier of the device.
-
lpszDestAddress
-
Buffer containing the destination address passed in. The DLL can modify this buffer.
-
lpdwDestAddressSize
-
Pointer to a DWORD containing the size in bytes of the lpszDestAddress buffer. On entry, it contains the size of the buffer. If the buffer is not large enough for the modified destination address, the DLL fills in this parameter with the needed size.
-
lpdwCountryCode
-
Pointer to a DWORD containing the country code passed in. The DLL can modify this parameter.
See Also
lineRedirect, TAPICLIENT_ClientInitialize, TAPIPERMANENTID