Add events and LINKSETDATA constants

This commit is contained in:
zontreck 2024-08-22 15:06:14 -07:00
parent 272909a132
commit 53754ecf6e
2 changed files with 64 additions and 0 deletions

View file

@ -268,6 +268,18 @@ const int LINK_ALL_OTHERS = -2;
const int LINK_ALL_CHILDREN = -3;
const int LINK_THIS = -4;
const int LINKSETDATA_RESET = 0;
const int LINKSETDATA_UPDATE = 1;
const int LINKSETDATA_DELETE = 2;
const int LINKSETDATA_MULTIDELETE = 3;
const int LINKSETDATA_OK = 0;
const int LINKSETDATA_EMEMORY = 1;
const int LINKSETDATA_ENOKEY = 2;
const int LINKSETDATA_EPROTECTED = 3;
const int LINKSETDATA_NOTFOUND = 4;
const int LINKSETDATA_NOUPDATE = 5;
const int LIST_STAT_RANGE = 0;
const int LIST_STAT_MIN = 1;
const int LIST_STAT_MAX = 2;