PEXFreeSearchContext(3) — Subroutines
Name
PEXFreeSearchContext - Free Search Context
Synopsis
void PEXFreeSearchContext(Display ∗display, PEXSearchContext context)
Arguments
displayA pointer to a display structure returned by a successful XOpenDisplay call.
contextThe resource identifier of the search context.
Returns
None
Description
This function deletes the search context resource and frees memory associated with it.
Errors
BadPEXSearchContext
The specified search context resource identifier is invalid.
See Also
PEXCreateSearchContext