LPFNADDPROPSHEETPAGE callback function (prsht.h)

Specifies an application-defined callback function that a property sheet extension uses to add a page to a property sheet.

Syntax

LPFNADDPROPSHEETPAGE Lpfnaddpropsheetpage;

BOOL Lpfnaddpropsheetpage(
  HPROPSHEETPAGE unnamedParam1,
  LPARAM unnamedParam2
)
{...}

Parameters

unnamedParam1

Type: HPROPSHEETPAGE

Handle to a property sheet page. This parameter is typically called hPage.

unnamedParam2

Type: LPARAM

Application-defined 32-bit value. This parameter is typically called lParam.

Return value

Type: BOOL

Returns TRUE if successful, or FALSE otherwise.

Remarks

Note  This function is not supported when using the Aero wizard style (PSH_AEROWIZARD).
 

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header prsht.h