web_remove_auto_filter
Removes a filter on download content.
int web_remove_auto_filter( char *Id, LAST );
Argument | Description |
---|---|
Id | The identification of the filter instance set by web_add_auto_filter. Must be in the format "Id= value": |
LAST | A marker indicating the end of the List of Attributes |
Return Values
This function returns LR_PASS (0) on success, and LR_FAIL (1) on failure.
Parameterization
All attributes from the list of attributes can be parameterized using standard parameterization.
General Information
The web_remove_auto_filter function removes the filter that was set in a previous call to web_add_auto_filter.