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(
   hDlg,
   lpszText
);

Parameters

hDlg

Type: HWND

Handle to the wizard.

lpszText

Type: LPTSTR

Pointer to a buffer that contains the text.

Return value

None

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