C++
BOOL SetItemData( int iIndex, DWORD dwData );
Description
Sets the 32-bit application-specific value associated with the specified item.
Returns true if successful; otherwise, returns false.
Parameters
Parameters | Description |
---|---|
iIndex | Input zero-based index of the item |
dwData | Input 32-bit application-specific data |