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 "include/setupapi.h". gitlab.winehq.org/wine/wine/blob/master/include/setupapi.h

Implemented in "dlls/comctl32/propsheet.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.