Win32Methods::IsDialogMessageA Method (IntPtr, MSG)
Visual Studio 2015
Determines if a message is intended for the specified dialog box, and if so processes the message.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- hDlg
-
Type:
System::IntPtr
A handle to the child window.
- msg
-
Type:
Microsoft.VisualStudio.OLE.Interop::MSG
The message in question.
Show: