Partager via


OnConfigurationInit (Industry 8.1)

7/8/2014

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

This method initializes the configuration manager thread and reads in the configuration data for Dialog Filter.

Syntax

HRESULT OnConfigurationInit(
    [in] void* pvHwndUIA,
    [in] DWORD dwMsg
);

Parameters

  • pvHwndUIA
    [in] A pointer to the hidden window handle of the User Interface Automation (UIA) thread.
  • dwMsg
    [in] A message type filter that notifies the UIA thread when the update is complete.

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.

The Dialog Filter service calls this method when the service starts.

See Also

Reference

IObjectFilterEx interface

Concepts

Dialog Filter