CWnd::IsDialogMessage

Call this member function to determine whether the given message is intended for a modeless dialog box. If it is, this function processes the message.

Syntax

BOOL IsDialogMessage( LPMSG lpMsg );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CWnd Overview, CWnd Member Functions, Window Class Categories, CWnd::PreTranslateMessage