CreatePropertySheetPageA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/comctl32/propsheet.c".

Debug channel "propsheet".