Partager via


OnConfigurationUpdate (Industry 8.1)

7/8/2014

Review the use, syntax, parameters, and return values of the OnConfigurationUpdate method of the IObjectFilterEx API in Windows Embedded 8.1 Industry (Industry 8.1).

This method notifies the configuration manager thread that the configuration for Dialog Filter has been updated.

Syntax

HRESULT OnConfigurationUpdate(
    [in] BSTR confnamespace
);

Parameters

  • confnamespace
    [in] A string that contains the namespace in which the configuration data was updated.

Return Value

Returns ERROR_SUCCESS if successful.

Remarks

We recommend that you use the default filter implementation of this method if you want to use the default configuration options for Dialog Filter. For more information, see Create a custom filter for Dialog Filter.

When the configuration manager thread receives the notification that the configuration has been updated, the configuration manager reads in the new configuration and applies the updated settings to any active windows.

See Also

Reference

IObjectFilterEx interface

Concepts

Dialog Filter