DVEXTENTINFO

The DVEXTENTINFO structure is used in IViewObjectEx::GetNaturalExtent.

typedef struct tagDVEXTENTINFO 
{ 
    ULONG cb; 
    DWORD dwExtentMode; 
    SIZEL sizelProposed; 
}DVEXTENTINFO;
 

Members

cb
Size of the structure in bytes. The size includes this member as well as the dwExtentMode and sizelProposed members.
dwExtentMode
Indicates whether the sizing mode is content or integral sizing. See the DVEXTENTMODE enumeration for these values.
sizelProposed
Specifies the proposed size in content sizing or the preferred size in integral sizing.

QuickInfo

  Windows NT: Use version 4.0 or later. New for OC96.
  Windows: Use Windows 95 or later. New for OC96.
  Windows CE: Unsupported.
  Header: Declared in ocidl.h.

See Also

DVEXTENTMODE