Skip to main content

Name

sieve_return_value_hash — Set the return value to a hash

Synopsis

#include "sieve/ecsieve.h"

| void **sieve_return_value_hash** ( | seng, |   | |   | hash); |   |

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

Description

Set the return value to a hash.

Parameters

seng

The Sieve engine state.

hash

The hash return value.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?