Skip to content

Latest commit

 

History

History
143 lines (112 loc) · 4.5 KB

ns-oledlg-oleuiviewpropsa.md

File metadata and controls

143 lines (112 loc) · 4.5 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:oledlg.tagOLEUIVIEWPROPSA
OLEUIVIEWPROPSA (oledlg.h)
Contains information that is used to initialize the View tab of the Object properties dialog box. (ANSI)
*LPOLEUIVIEWPROPSA
*POLEUIVIEWPROPSA
LPOLEUIVIEWPROPS
LPOLEUIVIEWPROPS structure pointer [COM]
OLEUIVIEWPROPS
OLEUIVIEWPROPS structure [COM]
OLEUIVIEWPROPSA
OLEUIVIEWPROPSW
POLEUIVIEWPROPS
POLEUIVIEWPROPS structure pointer [COM]
VPF_DISABLERELATIVE
VPF_DISABLESCALE
VPF_SELECTRELATIVE
_ole_OLEUIVIEWPROPS
com.oleuiviewprops_struct
oledlg/LPOLEUIVIEWPROPS
oledlg/OLEUIVIEWPROPS
oledlg/OLEUIVIEWPROPSA
oledlg/OLEUIVIEWPROPSW
oledlg/POLEUIVIEWPROPS
com\oleuiviewprops_struct.htm
com
e45565c5-185e-4143-a5c2-d0b273b5086e
12/05/2018
*LPOLEUIVIEWPROPSA, *POLEUIVIEWPROPSA, LPOLEUIVIEWPROPS, LPOLEUIVIEWPROPS structure pointer [COM], OLEUIVIEWPROPS, OLEUIVIEWPROPS structure [COM], OLEUIVIEWPROPSA, OLEUIVIEWPROPSW, POLEUIVIEWPROPS, POLEUIVIEWPROPS structure pointer [COM], VPF_DISABLERELATIVE, VPF_DISABLESCALE, VPF_SELECTRELATIVE, _ole_OLEUIVIEWPROPS, com.oleuiviewprops_struct, oledlg/LPOLEUIVIEWPROPS, oledlg/OLEUIVIEWPROPS, oledlg/OLEUIVIEWPROPSA, oledlg/OLEUIVIEWPROPSW, oledlg/POLEUIVIEWPROPS
oledlg.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
OLEUIVIEWPROPSW (Unicode) and OLEUIVIEWPROPSA (ANSI)
Windows
OLEUIVIEWPROPSA, *POLEUIVIEWPROPSA, *LPOLEUIVIEWPROPSA
19H1
tagOLEUIVIEWPROPSA
oledlg/tagOLEUIVIEWPROPSA
POLEUIVIEWPROPSA
oledlg/POLEUIVIEWPROPSA
OLEUIVIEWPROPSA
oledlg/OLEUIVIEWPROPSA
c++
APIRef
kbSyntax
HeaderDef
OleDlg.h
OLEUIVIEWPROPS
OLEUIVIEWPROPSA
OLEUIVIEWPROPSW

OLEUIVIEWPROPSA structure

-description

Contains information that is used to initialize the View tab of the Object properties dialog box. A reference to it is passed in as part of the OLEUIOBJECTPROPS structure to the OleUIObjectProperties function. This tab allows the user to toggle between "content" and "iconic" views of the object, and change its scaling within the container. It also allows the user to tunnel to the change icon dialog box when the object is being displayed iconically.

-struct-fields

-field cbStruct

The size of the structure, in bytes.

-field dwFlags

Flags specific to view page.

Value Meaning
VPF_SELECTRELATIVE
Relative to origin.
VPF_DISABLERELATIVE
Disable relative to origin.
VPF_DISABLESCALE
Disable scale option.

-field dwReserved1

This member is reserved.

-field lpfnHook

Pointer to a hook callback (not used in this dialog box).

-field lCustData

Custom data to pass to the hook (not used in this dialog box).

-field dwReserved2

This member is reserved.

-field lpOP

Used internally.

-field nScaleMin

Minimum value for the scale range.

-field nScaleMax

Maximum value for the scale range.

-see-also

OLEUIOBJECTPROPS

-remarks

Note

The oledlg.h header defines OLEUIVIEWPROPS as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.