DialogProc Delegate
Processes messages that are sent to a modal or modeless dialog box.
Assembly: AspNetMMCExt (in AspNetMMCExt.dll)
'Declaration Public Delegate Function DialogProc ( _ hwndDlg As IntPtr, _ uMsg As Integer, _ wParam As IntPtr, _ lParam As IntPtr _ ) As Boolean 'Usage Dim instance As New DialogProc(AddressOf HandlerMethod)
Parameters
- hwndDlg
- Type: System.IntPtr
A handle to the dialog box.
- uMsg
- Type: System.Int32
The message.
- wParam
- Type: System.IntPtr
Additional message-specific information.
- lParam
- Type: System.IntPtr
Additional message-specific information.
Return Value
Type: System.Booleantrue if the DialogProc successfully processed the message; otherwise, false.
For more information about programming with the DialogProc function and the Microsoft Management Console (MMC), see the "MMC Programmer's Guide" in the MSDN Library.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.