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
Defined in "prsht.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/comctl32/propsheet.c".
- Debug channel "propsheet".