Function CustomFinalize¶
Defined in File custom.h
Function Documentation¶
-
int
CustomFinalize
(void *custom_context)¶ Finalize a custom context.
All state associated with the context should be freed.
- Return
An error code. Zero indicates success, all other values indicate failure. Use CustomErrorString to get the error string for an error code.
- Parameters
custom_context
: The custom state associated with context that should be freed. Can be nullptr if no custom state.