DVASPECTINFO  0K96QF

The DVASPECTINFO structure is used in the IViewObject::Draw1SUNL2 method to optimize rendering of an inactive object by making more efficient use of the GDI. The pvAspect parameter in IViewObject::Draw points to this structure. It is defined as follows:

typedef struct STRUCT tagDVASPECTINFO

    UNIT  cb;

    DWORD  dwFlags;

} DVASPECTINFO;

 

Members

cb

Size of the structure in bytes. The size includes this member as well as the dwFlags member.

dwFlags

A value taken from the DVASPECTINFOFLAG7E_S74 enumeration.

 

See Also

DVASPECTINFOFLAG