Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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 |