Hide

SftTree/DLL 7.5 - Tree Control

Display
Print

SFTTREE_ID Type Definition

Defines the type of an item ID.

typedef LPVOID SFTTREE_ID;

Comments

SFTTREE_ID defines the type of an item ID.

An item ID describes an item. Item IDs remain constant throughout the lifetime of an item and can be retrieved using GetItemID.

An item index is typically used with all API functions to manipulate or access an item. Because an item index can change as items are added/deleted, the item ID can be used to uniquely identify an item. An item's item ID remains constant throughout the lifetime of the item. Once the item is removed, the item ID may be reused for a new item that is later added.

See Also C/C++ API | Categories | Notifications