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

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.