Dialog Monitor Notification Callback Interface.
This interface is implemented by any object that wants to receive Dialog Monitor notification messages.
#include <IDialogMonitor.h>

Public Member Functions |
|
| virtual bool | WindowNotification (HWND hWnd)=0 |
| Dialog Monitor Notification Callback method.
|
|
| virtual bool WindowNotification | ( | HWND | hWnd | ) | [pure virtual] |
Dialog Monitor Notification Callback method.
Returned value 'true' will prevent the notification message from continuing
| [in] | hWnd | the window handle sent by Dialog Monitor System |