PropertySheetA(3w)
NAME
PropertySheetA (COMCTL32.@)
SYNOPSIS
INT_PTR PropertySheetA
(
LPCPROPSHEETHEADERA lppsh
)
DESCRIPTION
Creates a property sheet in the specified property sheet header.
RETURNS
Modal property sheets: Positive if successful or -1 otherwise. Modeless
property sheets: Property sheet handle.
- Or:
- ID_PSREBOOTSYSTEM - The user must reboot the computer for the changes
- to take effect.
- ID_PSRESTARTWINDOWS - The user must restart Windows for the changes to
- take effect.
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".