CAxDialogImpl::IsDialogMessage

 

Call this method to determine whether a message is intended for this dialog box and, if it is, process the message.

Syntax

      BOOL IsDialogMessage(
   LPMSG pMsg
);

Parameters

  • pMsg
    Pointer to a MSG structure that contains the message to be checked.

Return Value

Returns TRUE if the message has been processed, FALSE otherwise.

Remarks

This method is intended to be called from within a message loop.

Requirements

Header: atlwin.h

See Also

CAxDialogImpl Class