PropSheet_IndexToId macro (prsht.h)

Takes the index of a property sheet page and returns its resource identifier (ID). You can use this macro or send the PSM_INDEXTOID message explicitly.

Syntax

void PropSheet_IndexToId(
   hDlg,
   i
);

Parameters

hDlg

Type: HWND

Handle to the property sheet.

i

Type: int

Zero-based index of the page.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header prsht.h

See also

PSM_INDEXTOID