RMenum rmGetEnum (RMenum queryTag, RMenum *returnValue)
RMenum queryTag - an RMenum value indicating the name of the RM
attribute to query. RMenum *returnValue - a pointer to a caller-supplied RMenum. The
query result will be copied into this memory.
librm library source file: rmdefaults.c
RMenum rmSetEnum (RMenum setTag, RMenum newValue)
RMenum queryTag - an RMenum value indicating the name of the RM
attribute to modify. RMenum newValue - an RMenum value. The queryTag will be set to this value.
librm library source file: rmdefaults.c