- Since
- 1.0 Implements a preferences page instance.
Instantiated through preferences_page_v3::instantiate().
Note that the window will be destroyed by the caller before the last reference to the preferences_page_instance is released.
WARNING: misguided use of modal dialogs - or ANY windows APIs that might spawn such dialogs - may result in conditions when the owner dialog (along with your page) is destroyed somewhere inside your message handler, also releasing references to your object.
It is recommended to use window_service_impl_t<> from ATLHelpers to instantiate preferences_page_instances, or preferences_page_impl<> framework for your preferences_page code to cleanly workaround such cases.
Definition at line 113 of file preferences_page.h.