Griaule Biometrics

Home » Fingerprint SDK 2009 Developer's Manual » Programming Reference Guide » Fingerprint SDK DLL Reference Guide » Initialization and finalization functions » GrDestroyContext

GrDestroyContext

Destroys a context.

Prerequisites The Fingerprint SDK library must have been previously initialized.

Return On success, GR_OK is returned.
On failure, the appropriate error code is returned.

Parameters

[in] contextId

The identifier of the context to be destroyed.

Declaration

C++

int __stdcall GrDestroyContext (int contextId);

Delphi

function GrDestroyContext(contextId: Integer): Integer; stdcall;

Sample Code

C++

retVal=GrDestroyContext(contextId);

Delphi

retVal:=GrDestroyContext(contextId);