table of contents
other versions
- wheezy 1.4.1-4
PropertySheetA(3w) | Wine API | 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¶
Declared in "prsht.h". Implemented in "dlls/comctl32/propsheet.c". Debug channel "propsheet".Oct 2012 | Wine API |