IVoIPDisplayItem::GetSubItemText (Windows Embedded CE 6.0)
1/6/2010
This method gets the text of a specified sub item in the control. This method is mainly used for automation purposes, meaning for test application usage. It is not required for all IVoIPDisplayItem objects
Syntax
HRESULT GetSubItemText(
int Index,
WCHAR* pBuffer,
UINT cchBuffer
);
Parameters
- Index
[in] Sub item text to get.
- pBuffer
[out] Buffer to hold the text. The buffer must not be NULL. It will be filled with the text and returned.
- cchBuffer
[in] Character count of the buffer that is being passed into the method. .
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 |