CAxDialogImpl::IsDialogMessage
Call this method to determine whether a message is intended for this dialog box and, if it is, process the message.
BOOL IsDialogMessage(
LPMSG pMsg
);
Параметры
- pMsg
Pointer to a MSG structure that contains the message to be checked.
Возвращаемое значение
Returns TRUE if the message has been processed, FALSE otherwise.
Заметки
This method is intended to be called from within a message loop.
Требования
Header: atlwin.h