Skip to content

Latest commit

 

History

History
108 lines (93 loc) · 2.53 KB

nf-tapi3if-itdigitdetectionevent-get_digit.md

File metadata and controls

108 lines (93 loc) · 2.53 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:tapi3if.ITDigitDetectionEvent.get_Digit
ITDigitDetectionEvent::get_Digit (tapi3if.h)
The get_Digit method retrieves an unsigned char pointer to the digit that was detected.
ITDigitDetectionEvent interface [TAPI 2.2]
get_Digit method
ITDigitDetectionEvent.get_Digit
ITDigitDetectionEvent::get_Digit
_tapi3_itdigitdetectionevent_get_digit
get_Digit
get_Digit method [TAPI 2.2]
get_Digit method [TAPI 2.2]
ITDigitDetectionEvent interface
tapi3.itdigitdetectionevent_get_digit
tapi3if/ITDigitDetectionEvent::get_Digit
tapi3\itdigitdetectionevent_get_digit.htm
tapi3
b62418de-9a3e-46f1-88d9-7e147859ec96
12/05/2018
ITDigitDetectionEvent interface [TAPI 2.2],get_Digit method, ITDigitDetectionEvent.get_Digit, ITDigitDetectionEvent::get_Digit, _tapi3_itdigitdetectionevent_get_digit, get_Digit, get_Digit method [TAPI 2.2], get_Digit method [TAPI 2.2],ITDigitDetectionEvent interface, tapi3.itdigitdetectionevent_get_digit, tapi3if/ITDigitDetectionEvent::get_Digit
tapi3if.h
Tapi3.h
Windows
Uuid.lib
Tapi3.dll
Windows
19H1
ITDigitDetectionEvent::get_Digit
tapi3if/ITDigitDetectionEvent::get_Digit
c++
APIRef
kbSyntax
COM
Tapi3.dll
ITDigitDetectionEvent.get_Digit

ITDigitDetectionEvent::get_Digit

-description

The get_Digit method retrieves an unsigned char pointer to the digit that was detected.

-parameters

-param pucDigit [out]

Pointer to the digit.

-returns

This method can return one of these values.

Return code Description
S_OK
Method succeeded.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.
E_POINTER
The pucDigit parameter is not a valid pointer.

-see-also

ITDigitDetectionEvent