CPSFUNC_INSERT_PSUIPAGE function

The CPSFUNC_INSERT_PSUIPAGE function code causes the ComPropSheet function to insert a set of property sheet pages at a specific position.

Syntax

LONG_PTR ComPropSheet(
   HANDLE hComPropSheet,
   UINT   Function,
   LPARAM lParam1,
   LPARAM lParam2
);

Parameters

lParam2

Pointer to an INSERTPSUIPAGE_INFO structure, describing where and how the new pages should be inserted.

Return value

If the operation succeeds, the ComPropSheet function returns a handle to the set of pages that were inserted; otherwise, the function returns NULL.

Requirements

Target platform

Desktop

Header

Compstui.h (include Compstui.h)

See also

CPSFUNC_ADD_HPROPSHEETPAGE

CPSFUNC_ADD_PCOMPROPSHEETUI

CPSFUNC_ADD_PFNPROPSHEETUI

CPSFUNC_ADD_PROPSHEETPAGE

INSERTPSUIPAGE_INFO

 

 

Send comments about this topic to Microsoft