ItemTextProperty::GetText
long GetText (
char * text,
long size
) const;
Parameters
- text
A previously allocated character array, which will be filled with the text of the item. This can be NULL. - size
The size of the previously allocated character array. If text is NULL, this parameter is ignored.