DVASPECTINFO
The DVASPECTINFO
structure is used in the IViewObject::Draw
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 DVASPECTINFOFLAG
See Also