ihuEnumeratedSetAdd
Use the ihuEnumeratedSetAdd
function to add enumerated sets. You can specify sets that have states, or add states later on.
Prototype
ihuEnumeratedSetAdd
( in long serverhandle,
in ihuEnumeratedSetProperties
*EnumeratedSet )
Remarks
Any existing set with a name that matches the specified set name is overwritten by the new set.
Returns
The ihuEnumeratedSetAdd
function returns ihuSTATUS_OK
on success, or returns errors on:
- Invalid input parameters
- Out-of-memory issues during dynamic memory allocation
- User not a member of ihTag Admin group
Note: Set the
Administrator
parameter to the ihTag Admin security group to assign the highest precedence to this parameter.