SECListBar::SetItemData

BOOLSECListBar::SetItemData(intnItem, SEC_DWORDdwData)

Call this function to set certain user-defined data for an item in the list bar.

Defined in: listbar.cpp

Return Value

Returns TRUE on success; FALSE otherwise

Parameters

nItem

Zero-based index of the item in the List Bar.

dwData

The data to be set.

See Also

GetItemData

SECListBar