fpGetKvErrorCode()
This function gets an extended error code defined in KVErrorCode
. If an HTML Export function fails, you can call fpGetKvErrorCode()
to find extra information on the failure.
Syntax
KVErrorCode pascal fpGetKvErrorCode ( void *pContext );
Arguments
pContext
|
A pointer to an Export session that you initialized by calling fpInit(). |
Returns
- The current error code.
Discussion
If there has not been a failure, this function returns KVERR_Success
.