Skip to content

Latest commit

 

History

History
119 lines (83 loc) · 3.14 KB

ns-olectl-pictdesc.md

File metadata and controls

119 lines (83 loc) · 3.14 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.tagPICTDESC
PICTDESC (olectl.h)
Contains parameters to create a picture object through the OleCreatePictureIndirect function.
*LPPICTDESC
LPPICTDESC
LPPICTDESC structure pointer [COM]
PICTDESC
PICTDESC structure [COM]
_ctrl_PICTDESC
com.pictdesc
olectl/LPPICTDESC
olectl/PICTDESC
com\pictdesc.htm
com
eb1f1de7-dcfe-4c1c-8737-f5ab4d7977d6
12/05/2018
*LPPICTDESC, LPPICTDESC, LPPICTDESC structure pointer [COM], PICTDESC, PICTDESC structure [COM], _ctrl_PICTDESC, com.pictdesc, olectl/LPPICTDESC, olectl/PICTDESC
olectl.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
PICTDESC, *LPPICTDESC
19H1
tagPICTDESC
olectl/tagPICTDESC
LPPICTDESC
olectl/LPPICTDESC
PICTDESC
olectl/PICTDESC
c++
APIRef
kbSyntax
HeaderDef
Olectl.h
PICTDESC

PICTDESC structure

-description

Contains parameters to create a picture object through the OleCreatePictureIndirect function.

-struct-fields

-field cbSizeofstruct

The size of the structure, in bytes.

-field picType

Type of picture described by this structure, which can be any value from the PICTYPE enumeration. This selects the arm of the union that corresponds to one of the picture type structures below.

-field bmp

Structure containing bitmap information if picType is PICTYPE_BITMAP.

-field bmp.hbitmap

The HBITMAP handle identifying the bitmap assigned to the picture object.

-field bmp.hpal

The HPALETTE handle identifying the color palette for the bitmap.

-field wmf

Structure containing metafile information if picType is PICTYPE_METAFILE.

-field wmf.hmeta

The HMETAFILE handle identifying the metafile assigned to the picture object.

-field wmf.xExt

Horizontal extent of the metafile in TWIPS units.

-field wmf.yExt

Vertical extent of the metafile in TWIPS units.

-field icon

Identifies a structure containing icon information if picType is PICTYPE_ICON.

-field icon.hicon

The HICON handle identifying the icon assigned to the picture object.

-field emf

Structure containing enhanced metafile information if picType is PICTYPE_ENHMETAFILE.

-field emf.hemf

The HENHMETAFILE handle identifying the enhanced metafile assigned to the picture object.

-see-also

OleCreatePictureIndirect

PICTYPE