PropSheet_SetNextText macro (prsht.h)
Sets the text of the Next button in a wizard. You can use this macro or send the PSM_SETNEXTTEXT message explicitly.
Syntax
VOID PropSheet_SetNextText(
HWND hDlg,
LPTSTR lpszText
);
Parameters
hDlg
Type: HWND
Handle to the wizard.
lpszText
Type: LPTSTR
Pointer to a buffer that contains the text.
Return value
Type: VOID
No meaningful return value.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | prsht.h |