SE_stream_set_ssa_filter

Sets a server-side application (SSA) filter on a stream

Usage syntax

LONG SE_stream_set_ssa_filter
(SE_STREAM stream,
const CHAR *ssaName,
const CHAR *init_str);

Parameters
stream The stream handle
ssaName The name of the server-side application
init_str The SSA initialization string
Description

SE_stream_set_ssa_filter sets a server-side application filter on a stream. Once this function is called, subsequent calls to functions such as SE_stream_execute and SE_stream_fetch will filter data through the SSA functions.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_INVALID_STREAM

SE_INVALID_STREAM_TYPE

SE_SDE_NOT_STARTED

SE_STREAM_IN_PROGRESS