Win32Methods::IsDialogMessageA Method (IntPtr, MSG)

 

Determines if a message is intended for the specified dialog box, and if so processes the message.

Namespace:   Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static bool IsDialogMessageA(
	IntPtr hDlg,
	MSG% msg
)

Parameters

hDlg
Type: System::IntPtr

A handle to the child window.

msg
Type: Microsoft.VisualStudio.OLE.Interop::MSG

The message in question.

Return Value

Type: System::Boolean

true if the message has been processed, otherwise false.

Return to top
Show: