4.1.0.8 LINE_DEVSPECIFICFEATURE

This message is sent to notify the TAPI DLL about device specific events occurring on a line or address. The meaning of the message and the interpretation of the dwParam1 through dwParam3 parameters is device specific.

Sent to

LINEEVENT


Parameters

HTAPILINE htLine
Specifies the TAPI DLL's opaque object handle to the line device.

HTAPICALL htCall
Unused

DWORD dwMsg
The value LINE_DEVSPECIFICFEATURE

DWORD dwParam1
Device specific.

DWORD dwParam2
Device specific.

DWORD dwParam3
Device specific.

Comments

This message is used by a service provider in conjunction with the TSPI_lineDevSpecificFeature function. Its meaning is device specific

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

Comparison

This differs from the corresponding message at the TAPI level in that it is used only to report device-specific feature events occurring on a line or address. At the TSPI level, the LINE_CALLDEVSPECIFICFEATURE is used to report device-specific feature events happening on a call.

See Also

Functions: TSPI_lineDevSpecificFeature

Messages: LINE_CALLDEVSPECIFICFEATURE