[This is preliminary documentation and subject to change.]
Enables a user to retrieve the parameters of a single item.
HRESULT GetItem(
LPRESULTDATAITEM item // Pointer to a RESULTDATAITEM structure
);
The itemID member of the RESULTDATAITEM structure pointed to by the item parameter should be set to refer to the item or subitem on which information is being returned. The nCol member should be set to zero because it is the only column in which anything can be obtained or set. In addition, the data members for each of the flags set in the mask member of the item structure if this method call succeeds.
If itemID is zero, the nIndex member can be used.
IResultData, IResultData::SetItem