IVoIPDisplayItem::GetHeight (Windows Embedded CE 6.0)
1/6/2010
This method gets the height of an item. In the situation where the item is encased in an owner-draw, variable height listbox, the item must be capable of sizing itself.
Syntax
BOOL GetHeight(
UINT* pHeight
);
Parameters
- pHeight
[out] Height of item.
Return Value
This method, as part of the base class, always returns either S_FALSE or E_NOTIMPL. It is optionally implemented by any classes that derive from the IVoIPDisplayItem interface.
Remarks
Note
This documentation applies to functionality implemented in sample code for PhCommon. For more information, see PhCommon Reference.
Requirements
Header | displayitem.hpp |
Library | PhCommon.dll |
Windows Embedded CE | Windows Embedded CE 6.0 and later |