FpsApi: FingerToNist

FingerToNist

Saves the fingers to an nist file.

 Public Function FingerToNist(
	  ByVal filename As String,
	  ByVal fields As Long ) As Boolean

Parameters

filename
The name of the file where to save the data.
fields
List of fields to add to the record. This list can be created by a GxVariantOCX control.

Return Values

On error false is returned and the error code and string of the control is set appropriately.

Languages

[Visual Basic] Public Function FingerToNist(ByVal filename As String, ByVal fields As Long) As Boolean

[Delphi] function FingerToNist(filename: WideString; fields: Integer): Boolean;

[C++] bool FingerToNist(BSTR filename, long fields);

Remarks

See Also

Class FpsApi Overview FpsApi Properties FpsApi Methods FingerPresenceEvent FingerToNistV