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_AppSpecific method gets the application-defined tag that identifies the tone associated with the tone detection event.
Syntax
HRESULT get_AppSpecific(
[out] long *plAppSpecific
);
Parameters
[out] plAppSpecific
Pointer to a value to receive the application-specific identifier for the tone, as defined in the ITDetectTone object or in the LINEMONITORTONE structure.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Method succeeded. |
|
The plAppSpecific parameter is not a valid pointer. |
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | tapi3if.h |
| Library | Uuid.lib |
| DLL | Tapi3.dll |