DVASPECTINFO (Windows CE 5.0)

Send Feedback

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.

typedef struct STRUCT tagDVASPECTINFO {UNITcb;DWORDdwFlags;} 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 DVASPECTINFOFLAG enumeration.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Ocidl.h.

See Also

IViewObject::Draw | DVASPECTINFOFLAG

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.