PropSheet_IndexToHwnd macro (prsht.h)

Takes the index of a property sheet page and returns its window handle. You can use this macro or send the PSM_INDEXTOHWND message explicitly.

Syntax

void PropSheet_IndexToHwnd(
   hDlg,
   i
);

Parameters

hDlg

Type: HWND

Handle to the property sheet page's window.

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

PropSheet_HwndToIndex