C++
DWORD GetItemData( int iIndex ) const;
Description
Returns the 32-bit application-specific value associated with the specified item. The double word value was the dwData parameter of a SetItemData() call.
Parameters
| Parameters | Description |
|---|---|
| iIndex | Input index of the item whose data is to be retrieved |