IVoIPDisplayItem::SetText (Windows Embedded CE 6.0)
1/6/2010
This method sets the main text of the item.
Syntax
HRESULT SetText(
WCHAR* pText
);
Parameters
- pText
[in] Text string to set as main text of the 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 |