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". https://source.winehq.org/source/include/prsht.h

Implemented in "dlls/comctl32/propsheet.c". https://source.winehq.org/source/dlls/comctl32/propsheet.c

Debug channel "propsheet".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.