.\" @(#)PEXDeleteTableEntries.3 1.5 95/03/24 SMI; .so man3/pex.macs .TH PEXDeleteTableEntries 3 "May 1995" "Solaris PEXlib Reference Manual" "" .SH NAME PEXDeleteTableEntries \- Delete Lookup Table Entries .SH SYNTAX .HP void PEXDeleteTableEntries\^(\^Display *\fIdisplay\fP\^, PEXLookupTable \fItable\fP\^, unsigned int \fIstart\fP\^, unsigned int \fIcount\fP\^) .SH PARAMETERS .TP 1i \fIdisplay\fP A pointer to a display structure returned by a successful .B XOpenDisplay call. .TP \fItable\fP The resource identifier of the lookup table. .TP \fIstart\fP The initial table entry to be deleted. .TP \fIcount\fP The number of entries to be deleted. .SH RETURNS None .SH DESCRIPTION .\" indexing .IX PEXDeleteTableEntries .IX "Lookup Table" PEXDeleteTableEntries .LP This function deletes lookup table entries from the specified lookup table, starting at the specified entry. Entries with index values between the .I start and (start + count-1), inclusive, are deleted. Attempts to delete undefined entries are ignored. .SH DATA STRUCTURES .LP .nf typedef XID PEXLookupTable; .fi .sp .SH ERRORS .TP .SB BadPEXLookupTable The specified lookup table resource identifier is invalid, or the table type is unsupported. .TP .SB BadValue The sum of start and count is too large, or index 0 is invalid for the specified table type. .SH SEE ALSO .LP .nf .BR PEXGetTableInfo (3) .BR PEXGetPredefinedEntries (3) .BR PEXGetDefinedIndices (3) .fi