xxxFreeContext()
This function terminates an instance of the custom reader.
Syntax
int pascal _export xxxFreeContext(void *pCFContext)
Arguments
pCFContext
|
A pointer to the global context structure for the custom reader. |
Returns
- Upon success,
KVERR_Success
. - Upon error, a non-zero error code.
Discussion
All memory that still remains allocated within the custom reader must be freed within this function.