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)
; | |
Description
Get an validation_context from the Sieve engine.
- seng
-
The Sieve engine.
This function returns a validation_context.
It is legal to call this function in any thread.
See Also
Was this page helpful?