8 virtual void add(HWND p_wnd) = 0;
10 virtual void remove(HWND p_wnd) = 0;
Service for plugging your nonmodal dialog windows into main app loop to receive IsDialogMessage()-tra...
static void g_add(HWND p_wnd)
Static helper; see add().
Base class for all service classes. Provides interfaces for reference counter and querying for differ...
static void g_remove(HWND p_wnd)
Static helper; see remove().
Helper template used to easily access core services. Usage: static_api_ptr_t<myclass> api; api->doso...