validate_context_init
Last updated March 2020
Name
validate_context_init — Allocate resources for a validation context dictionary
Synopsis
#include "validate.h"
| void **validate_context_init** (
| vctx)
; | |
Description
Allocate resources for a 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?