PropSheetPageProc Delegate
Assembly: AspNetMMCExt (in aspnetmmcext.dll)
'Declaration Public Delegate Function PropSheetPageProc ( _ hwnd As IntPtr, _ uMsg As Integer, _ lParam As IntPtr _ ) As Integer 'Usage Dim instance As New PropSheetPageProc(AddressOf HandlerMethod)
/** @delegate */ public delegate int PropSheetPageProc ( IntPtr hwnd, int uMsg, IntPtr lParam )
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- hwnd
Reserved; must be a null reference (Nothing in Visual Basic).
- uMsg
An action flag specifying that a page or a dialog box for a page is being created or a page is being destroyed.
- lParam
A pointer to a structure defining the page being created or destroyed.
Return Value
The value of uMsg.For more information about programming with the PropSheetPageProc delegate and the Microsoft Management Console (MMC), see the "MMC Programmer's Guide" in the MSDN Library.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.