Scroll to navigation

CreatePropertySheetPageA(3w) Wine API CreatePropertySheetPageA(3w)

NAME

CreatePropertySheetPageA (COMCTL32.@)

SYNOPSIS

HPROPSHEETPAGE CreatePropertySheetPageA
(
LPCPROPSHEETPAGEA lpPropSheetPage
)
 

DESCRIPTION

Creates a new property sheet page.
 

RETURNS

Success: Handle to new property sheet page.
Failure: NULL.
 

NOTES

An application must use the PSM_ADDPAGE message to add the new page to an existing property sheet.
 

IMPLEMENTATION

Declared in "prsht.h".
Implemented in "dlls/comctl32/propsheet.c".
Debug channel "propsheet".
Oct 2012 Wine API