DVEXTENTINFO structure (ocidl.h)
Represents the sizing data used in IViewObjectEx::GetNaturalExtent.
Syntax
typedef struct tagExtentInfo {
ULONG cb;
DWORD dwExtentMode;
SIZEL sizelProposed;
} DVEXTENTINFO;
Members
cb
The size of the structure, in bytes.
dwExtentMode
Indicates whether the sizing mode is content or integral sizing. See the DVEXTENTMODE enumeration for possible values.
sizelProposed
The proposed size in content sizing or the preferred size in integral sizing.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | ocidl.h |