fpGetKvErrorCodeEx

This function gets an extended error code defined in KVErrorCodeEx. It is called to provide additional information when fpGetKvErrorCode() returns the error KVERR_General.

Syntax

KVErrorCodeEx pascal fpGetKvErrorCodeEx (
    void 	     *pContext );

Arguments

pContext

A pointer returned from fpInit() or fpInitWithLicenseData().

Returns