TAPICLIENT_PhoneOpen

The TAPICLIENT_PhoneOpen function is called during a call to the phoneOpen function.

LONG TAPICLIENT_PhoneOpen(
  HMANAGEMENTCLIENT hmClient,       
  LPTAPIPERMANENTID lpPermanentID,  
  DWORD dwAPIVersion,               
  DWORD dwExtVersion,               
  DWORD dwPrivileges                
);
 

Parameters

hmClient
Opaque handle to the client that the Client Management DLL returned in TAPICLIENT_ClientInitialize.
lpPermanentID
The TAPIPERMANENTID identifier of the device.
dwAPIVersion
The API version passed in to TAPI.
dwExtVersion
The extension version passed in to TAPI.
dwPrivileges
The privileges passed in to TAPI.

See Also

phoneOpen, TAPICLIENT_ClientInitialize, TAPIPERMANENTID