Skip to content

Latest commit

 

History

History
72 lines (59 loc) · 2.94 KB

nn-oledlg-ioleuiobjinfoa.md

File metadata and controls

72 lines (59 loc) · 2.94 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
NN:oledlg.IOleUIObjInfoA
IOleUIObjInfoA (oledlg.h)
Implemented by containers and used by the container's Object Properties dialog box and by the Convert dialog box. (ANSI)
IOleUIObjInfo
IOleUIObjInfo interface [COM]
IOleUIObjInfo interface [COM]
described
IOleUIObjInfoA
IOleUIObjInfoW
_ole_IOleUIObjInfo
com.ioleuiobjinfo
oledlg/IOleUIObjInfo
com\ioleuiobjinfo.htm
com
508dccb3-e98b-4f62-8bc3-98ca2b0d1349
12/05/2018
IOleUIObjInfo, IOleUIObjInfo interface [COM], IOleUIObjInfo interface [COM],described, IOleUIObjInfoA, IOleUIObjInfoW, _ole_IOleUIObjInfo, com.ioleuiobjinfo, oledlg/IOleUIObjInfo
oledlg.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
IOleUIObjInfoA
oledlg/IOleUIObjInfoA
c++
APIRef
kbSyntax
COM
OleDlg.h
IOleUIObjInfo
IOleUIObjInfoW
IOleUIObjInfoA

IOleUIObjInfoA interface

-description

Implemented by containers and used by the container's Object Properties dialog box and by the Convert dialog box. It provides information used by the General and View pages of the Object Properties dialog box , which display information about the object's size, location, type, and name. It also allows the object to be converted using the Convert dialog box. The View page allows the object's icon to be modified from its original form, and its display aspect to be changed (iconic versus content). Optionally, you can have your implementation of this interface allow the scale of the object to be changed.

-inheritance

The IOleUIObjInfo interface inherits from IOleUILinkContainer. IOleUIObjInfo also has these types of members:

-see-also

IOleUILinkContainer

OleUIObjectProperties

-remarks

Note

The oledlg.h header defines IOleUIObjInfo 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.