PEXDeleteTableEntries(3) — Subroutines
Name
PEXDeleteTableEntries - Delete Lookup Table Entries
Synopsis
void PEXDeleteTableEntries(Display ∗display, PEXLookupTable table, unsigned int start, unsigned int count)
Arguments
displayA pointer to a display structure returned by a successful XOpenDisplay call.
tableThe resource identifier of the lookup table.
startThe initial table entry to be deleted.
countThe number of entries to be deleted.
Returns
None
Description
This function deletes lookup table entries from the specified lookup table, starting at the specified entry. Entries with index values between the start and (start + count-1), inclusive, are deleted. Attempts to delete undefined entries are ignored.
Data Structures
typedef XID PEXLookupTable;
Errors
BadPEXLookupTable
The specified lookup table resource identifier is invalid, or the table type is unsupported.
BadValueThe sum of start and count is too large, or index 0 is invalid for the specified table type.
See Also
PEXGetTableInfo, PEXGetPredefinedEntries, PEXGetDefinedIndices