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.
LPFNADDPROPSHEETPAGE Lpfnaddpropsheetpage;
BOOL Lpfnaddpropsheetpage(
HPROPSHEETPAGE unnamedParam1,
LPARAM unnamedParam2
)
{...}
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.
Type: BOOL
Returns TRUE if successful, or FALSE otherwise.
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 |