FpsApi: GetFinger

GetFinger

Returns a finger data.

 Public Function GetFinger(
	  ByVal mode As Long,
	  ByVal position As Long ) As Long

Parameters

mode
Scan mode. The usable values are defined in the FPS_IMPRESSION_TYPE enumeration.
position
The finger position. The usable values are defined in the FPS_POSITION enumeration.

Return Values

The finger data which can be feed to a GxVariantOCX control. On error 0 is returned and the error code and string of the control is set appropriately.

Languages

[Visual Basic] Public Function GetFinger(ByVal mode As Long, ByVal position As Long) As Long

[Delphi] function GetFinger(mode: Integer; position: Integer): Integer;

[C++] long GetFinger(long mode, long position);

Remarks

See Also

Class FpsApi Overview FpsApi Properties FpsApi Methods GetErrorString GetImageSource