PropSheetPageProc Delegate

Definition

Specifies a callback function that a property sheet calls when a page is created and when the page is about to be destroyed.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
public delegate int PropSheetPageProc(IntPtr hwnd, int uMsg, IntPtr lParam);

Parameters

hwnd
IntPtr

Reserved; must be null (Nothing in Visual Basic).

uMsg
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
IntPtr

A pointer to a structure defining the page being created or destroyed.

Return Value

The value of uMsg.

Remarks

For more information about programming with the PropSheetPageProc delegate and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5