Skip to content

Latest commit

 

History

History
119 lines (81 loc) · 3.57 KB

ns-olectl-ocpfiparams.md

File metadata and controls

119 lines (81 loc) · 3.57 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
NS:olectl.tagOCPFIPARAMS
OCPFIPARAMS (olectl.h)
Contains parameters used to invoke a property sheet dialog box through the OleCreatePropertyFrameIndirect function.
*LPOCPFIPARAMS
LPOCPFIPARAMS
LPOCPFIPARAMS structure pointer [COM]
OCPFIPARAMS
OCPFIPARAMS structure [COM]
_ctrl_OCPFIPARAMS
com.ocpfiparams
olectl/LPOCPFIPARAMS
olectl/OCPFIPARAMS
com\ocpfiparams.htm
com
d65d8239-495c-4eee-bd9c-8e803fd09a06
12/05/2018
*LPOCPFIPARAMS, LPOCPFIPARAMS, LPOCPFIPARAMS structure pointer [COM], OCPFIPARAMS, OCPFIPARAMS structure [COM], _ctrl_OCPFIPARAMS, com.ocpfiparams, olectl/LPOCPFIPARAMS, olectl/OCPFIPARAMS
olectl.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
OCPFIPARAMS, *LPOCPFIPARAMS
19H1
tagOCPFIPARAMS
olectl/tagOCPFIPARAMS
LPOCPFIPARAMS
olectl/LPOCPFIPARAMS
OCPFIPARAMS
olectl/OCPFIPARAMS
c++
APIRef
kbSyntax
HeaderDef
Olectl.h
OCPFIPARAMS

OCPFIPARAMS structure

-description

Contains parameters used to invoke a property sheet dialog box through the OleCreatePropertyFrameIndirect function.

-struct-fields

-field cbStructSize

The size of the structure, in bytes.

-field hWndOwner

Handle to the parent window of the resulting property sheet dialog box.

-field x

Horizontal position for the dialog box relative to hWndOwner, in pixels.

-field y

Vertical position for the dialog box relative to hWndOwner, in pixels.

-field lpszCaption

Pointer to an OLESTR that contains the caption of the dialog.

-field cObjects

Number of object pointers passed in lplpUnk.

-field lplpUnk

Array of IUnknown pointers on the objects for which this property sheet is being invoked. The number of elements in the array is specified by cObjects. These pointers are passed to each property page through IPropertyPage::SetObjects.

-field cPages

Number of property pages specified in lpPages.

-field lpPages

Pointer to an array of size cPages containing the CLSIDs of each property page to display in the property sheet.

-field lcid

Locale identifier for the property sheet. This value will be returned through IPropertyPageSite::GetLocaleID.

-field dispidInitialProperty

Property that is highlighted when the dialog box is made visible.

-see-also

IPropertyPage::SetObjects

IPropertyPageSite::GetLocaleID

OLESTR

OleCreatePropertyFrameIndirect