4.1.1.19 PHONE_DEVSPECIFIC

This message is sent to notify the TAPI DLL about device specific events occurring at the phone. The meaning of the message and the interpretation of the parameters is implementation-defined.

Sent to

PHONEEVENT

Parameters

HTAPIPHONE htPhone
Specifies the TAPI DLL's opaque object handle to the phone device.

DWORD dwMsg
The value PHONE_DEVSPECIFIC

DWORD dwParam1
Device specific.

DWORD dwParam2
Device specific.

DWORD dwParam3
Device specific.

Comments

The TAPI DLL sends the PHONE_DEVSPECIFIC message to applications in response to receiving this message from a Service Provider. The htPhone is translated to the appropriate hPhone as the hDevice parameter at the TAPI level. The dwParam1, dwParam2, and dwParam3 paramters are passed through unmodified.

See Also

Functions: TSPI_phoneDevSpecific