validate_context_destroy
Name
validate_context_destroy — Release resources associated with this validation context dictionary
Synopsis
#include "validate.h"
| void **validate_context_destroy** (
| vctx)
; | |
validate_context * <var class="pdparam">vctx</var>
;
Description
Release resources associated with this validation context dictionary.
- vctx
-
The validation context. For documentation of this data structure see “validate_context”.
This function returns void.
It is only legal to call this function in the Scheduler
thread.
See Also
validate_context_exists_and_get, validate_context_exists, validate_context_get, validate_context_delete, validate_context_set, and validate_context_init.