1. NAME▲
XkbAllocIndicatorMaps - Allocates, directly, the indicatorsmember of the keyboard description record
2. SYNOPSIS ▲
Status XkbAllocIndicatorMaps (variable_type * xkb );
3. ARGUMENTS ▲
- - xkb
keyboard description structure
4. DESCRIPTION ▲
The xkbparameter must point to a valid keyboard description. If it doesn't, XkbAllocIndicatorMapsreturns a BadMatch error. Otherwise, XkbAllocIndicatorMapsallocates and initializes the indicatorsmember of the keyboard description record and returns Success. If XkbAllocIndicatorMapswas unable to allocate the indicators record, it reports a BadAlloc error.
5. RETURN VALUES ▲
- Success
The XkbAllocIndicatorMapsfunction returns Success if it is successful in allocating and initializing the indicatorsmember of the keyboard description record.
6. DIAGNOSTICS ▲
BadMatch
A compatible version of Xkb was not available in the server or an argument has correct type and range, but is otherwise invalid
BadAlloc
Unable to allocate storage