IPropertySheetCallback.AddPage(IntPtr) Method

Definition

Adds a page to a property sheet.

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

public:
 void AddPage(IntPtr hPage);
public void AddPage (IntPtr hPage);
abstract member AddPage : nativeint -> unit
Public Sub AddPage (hPage As IntPtr)

Parameters

hPage
IntPtr

nativeint

The handle to a property sheet page to add to a property sheet.

Remarks

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

Applies to