validate_context_destroy
Last updated March 2020
Name
validate_context_destroy — Release resources associated with this validation context dictionary
Synopsis
#include "validate.h"
| void **validate_context_destroy** (
| vctx)
; | |
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
Was this page helpful?