IFrameFilter::setSettings Method

This method is used to set previously retrieved filter settings.
Syntax:
bool setSettings( const std::string& data );
bool setSettings( const std::wstring& data );

Parameter Description
data

The string with the data to copy into the filter.

Return value:

Value Description
true The operation was successful.
false The operation failed, i.e. because the data was retrieved from a different filter.

See also: IFrameFilter, IFrameFilter::getSettings

<< IFrameFilter