getfilteractionResult Structure Definition

The getfilteractionResult structure defines the return type for getfilteraction API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

filteractionList

List of filteractions


filteraction Structure Definition

The filteraction structure defines the actual return type values for getfilteraction API.

Syntax



Members

name

Name of the content filtering action to be displayed.

qual

Qualifier, which is the action to be performed. The qualifier cannot be changed after it is set. The available options function as follows: RESET - Terminates the connection, sending the appropriate termination notice to the user's browser. DROP - Silently deletes the request, without sending a response to the user's browser.

builtin


_nextgenapiresource


See Also