This function terminates an instance of the custom reader.
int pascal _export xxxFreeContext(void *pCFContext)
pCFContext
|
A pointer to the global context structure for the custom reader. |
KVERR_Success
.All memory that still remains allocated within the custom reader must be freed within this function.
|