DVASPECTINFO structure
Contains information that is used by the IViewObject::Draw method to optimize rendering of an inactive object by making more efficient use of the GDI.
Syntax
typedef struct tagAspectInfo { ULONG cb; DWORD dwFlags; } DVASPECTINFO;
Members
- cb
-
The size of the structure, in bytes.
- dwFlags
-
A value taken from the DVASPECTINFOFLAG enumeration.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Show: