OnConfigurationDestroy (Industry 8.1)
7/8/2014
Review the use, syntax, parameters, and return values of the OnConfigurationDestroy method of the IObjectFilterEx API in Windows Embedded 8.1 Industry (Industry 8.1).
This method shuts down the configuration manager thread.
Syntax
HRESULT OnConfigurationDestroy();
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 it shuts down.