TAPICLIENT_ClientShutdown

The TAPICLIENT_ClientShutdown function is called when a client detaches from the telephony server.

Every Client Management DLL must export TAPICLIENT_ClientShutdown.

LONG TAPICLIENT_ClientShutdown(
  HMANAGEMENTCLIENT hmClient  
); 
 

Parameters

hmClient
Opaque client handle created by TAPICLIENT_ClientInitialize.

Return Values

Returns zero if the function succeeds; otherwise returns one of the following values:

LINEERR_NOMEM
LINEERR_OPERATIONFAILED

See Also

TAPICLIENT_ClientInitialize