Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.1 KB

nf-prsht-propsheet_indextopage.md

File metadata and controls

71 lines (58 loc) · 2.1 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:prsht.PropSheet_IndexToPage
PropSheet_IndexToPage macro (prsht.h)
Takes the index of a property sheet page and returns its HPROPSHEETPAGE handle. You can use this macro or send the PSM_INDEXTOPAGE message explicitly.
PropSheet_IndexToPage
PropSheet_IndexToPage macro [Windows Controls]
_win32_PropSheet_IndexToPage
_win32_PropSheet_IndexToPage_cpp
controls.PropSheet_IndexToPage
controls._win32_PropSheet_IndexToPage
prsht/PropSheet_IndexToPage
controls\PropSheet_IndexToPage.htm
Controls
VS|Controls|~\controls\propsheet\macros\propsheet_indextopage.htm
12/05/2018
PropSheet_IndexToPage, PropSheet_IndexToPage macro [Windows Controls], _win32_PropSheet_IndexToPage, _win32_PropSheet_IndexToPage_cpp, controls.PropSheet_IndexToPage, controls._win32_PropSheet_IndexToPage, prsht/PropSheet_IndexToPage
prsht.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
PropSheet_IndexToPage
prsht/PropSheet_IndexToPage
c++
APIRef
kbSyntax
HeaderDef
Prsht.h
PropSheet_IndexToPage

PropSheet_IndexToPage macro

-description

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

-parameters

-param hDlg

Type: HWND

Handle to the property sheet window.

-param i

Type: int

Zero-based index of the page.

-see-also

PropSheet_PageToIndex