Share via


DVASPECTINFO

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure is used in the IViewObject::Draw 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.

Syntax

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.

Requirements

Header ocidl.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

IViewObject::Draw
DVASPECTINFOFLAG