sieve_return_value_string
Last updated March 2020
Name
sieve_return_value_string — Set the return value to a string
Synopsis
#include "sieve/ecsieve.h"
| void **sieve_return_value_string** ( | seng, | |
| | str, | |
| | len); | |
SENG * <var class="pdparam">seng</var>;
const char * <var class="pdparam">str</var>;
int <var class="pdparam">len</var>;
Description
Set the return value to a string.
- seng
-
The Sieve engine state.
- str
-
The string return value.
- len
-
The length of the string.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?