Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The get_ToneListID method gets the tone list ID for the tone that was detected.
Syntax
HRESULT get_ToneListID(
[out] long *plToneListID
);
Parameters
- plToneListID [out]
Pointer to a value to receive the index of the ITDetectTone object or the LINEMONITORTONE structure for the tone that generated the event.
Return value
This method can return one of these values.
Return code | Description |
---|---|
S_OK | Method succeeded. |
E_POINTER | The plToneListID parameter is not a valid pointer. |
Requirements
TAPI version |
Requires TAPI 3.1 |
Header |
Tapi3if.h |
Library |
Uuid.lib |
DLL |
Tapi3.dll |