SRGDragListBox::ReplaceItemData
voidSRGDragListBox::ReplaceItemData(SEC_DWORDdwOld, SEC_DWORDdwNew)
Find the first item with data given in the first argument and replace this data be a new data specified in the second argument.
Defined in: SRGWzDisplay.cpp
Return Value
void
Parameters
dwOld
Data to be replaced.
dwNew
Data to used to replace the old one.