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_CadenceOff method retrieves the "off" duration of the cadence of the custom tone to generate.
Syntax
HRESULT get_CadenceOff(
[out] long *plCadenceOff
);
Parameters
[out] plCadenceOff
Pointer to a value to receive the "off" duration, in milliseconds, of the cadence of the custom tone. Zero means no off time, that is, a constant tone.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Method succeeded. |
|
The plCadenceOff parameter is not a valid pointer. |
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | tapi3if.h |
| Library | Uuid.lib |
| DLL | Tapi3.dll |