This function gets an extended error code defined in KVErrorCode
. If a KeyView HTML Export function fails, you can call fpGetKvErrorCode()
to find extra information on the failure.
KVErrorCode pascal fpGetKvErrorCode ( void *pContext );
pContext
|
A pointer returned from |
If there has not been a failure, this function returns KVERR_Success
.
|