PropSheetPageProc Delegate
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Specifies a callback function that a property sheet calls when a page is created and when the page is about to be destroyed.
Namespace: Microsoft.Aspnet.Snapin
Assembly: AspNetMMCExt (in AspNetMMCExt.dll)
Parameters
- hwnd
- Type: System::IntPtr
Reserved; must be nullptr.
- uMsg
- Type: System::Int32
An action flag specifying that a page or a dialog box for a page is being created or a page is being destroyed.
- lParam
- Type: System::IntPtr
A pointer to a structure defining the page being created or destroyed.
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 8.1, Windows Server 2012 R2, Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.