Skip to main content

sieve_get_validation_context

Last updated March 2020

Name

sieve_get_validation_context — Get the validation_context

Synopsis

#include "sieve/ecsieve.h"

| validation_context * **sieve_get_validation_context** ( | seng); |   |

SENG * <var class="pdparam">seng</var>;

Description

Get an validation_context from the Sieve engine.

Parameters

seng

The Sieve engine.

Return Values

This function returns a validation_context.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?