ReactOS 0.4.15-dev-7968-g24a56f8
tagPICTDESC Struct Reference

#include <olectl.h>

Collaboration diagram for tagPICTDESC:

Public Attributes

UINT cbSizeofstruct
 
UINT picType
 
union {
   struct {
      HBITMAP   hbitmap
 
      HPALETTE   hpal
 
   }   bmp
 
   struct {
      HMETAFILE   hmeta
 
      int   xExt
 
      int   yExt
 
   }   wmf
 
   struct {
      HICON   hicon
 
   }   icon
 
   struct {
      HENHMETAFILE   hemf
 
   }   emf
 
DUMMYUNIONNAME
 

Detailed Description

Definition at line 138 of file olectl.h.

Member Data Documentation

◆ 

struct { ... } tagPICTDESC::bmp

◆ cbSizeofstruct

UINT tagPICTDESC::cbSizeofstruct

Definition at line 139 of file olectl.h.

◆ 

union { ... } tagPICTDESC::DUMMYUNIONNAME

◆ 

struct { ... } tagPICTDESC::emf

◆ hbitmap

HBITMAP tagPICTDESC::hbitmap

Definition at line 143 of file olectl.h.

◆ hemf

HENHMETAFILE tagPICTDESC::hemf

Definition at line 155 of file olectl.h.

◆ hicon

HICON tagPICTDESC::hicon

Definition at line 152 of file olectl.h.

◆ hmeta

HMETAFILE tagPICTDESC::hmeta

Definition at line 147 of file olectl.h.

◆ hpal

HPALETTE tagPICTDESC::hpal

Definition at line 144 of file olectl.h.

◆ 

struct { ... } tagPICTDESC::icon

◆ picType

UINT tagPICTDESC::picType

Definition at line 140 of file olectl.h.

Referenced by OLEPictureImpl_Construct().

◆ 

struct { ... } tagPICTDESC::wmf

◆ xExt

int tagPICTDESC::xExt

Definition at line 148 of file olectl.h.

◆ yExt

int tagPICTDESC::yExt

Definition at line 149 of file olectl.h.


The documentation for this struct was generated from the following file: