SEC_TREECLASS::SetItemData
BOOLSEC_TREECLASS::SetItemData(HTREEITEMhItem, SEC_DWORDdwData)
Sets the 32/64-bit application-specific value associated with the item specified.
Defined in: trcore.inl
Return Value
Nonzero if successful; otherwise 0.
Parameters
hItem
Handle of the item whose data is to be retrieved.
dwData
A 32/64-bit value associated with the item specified by hItem.
Comments
The application specific value is 32 bits on the Win32 platform and 64 bits on Win64.