Skip to main content

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.

Parameters

vctx

The validation context. For documentation of this data structure see “validate_context”.

Return Values

This function returns void.

Threading

It is only legal to call this function in the Scheduler thread.

See Also

Was this page helpful?