PEXFreeSearchContext - Free Search Context (5.0)


Synopsis

     void PEXFreeSearchContext(
             Display *display,
             PEXSearchContext context
        )

Arguments

display
A pointer to a display structure returned by a successful XOpenDisplay call.
context
The resource identifier of the search context.

Returns

None.

Description

Invoke PEXFreeSearchContext to delete the search context resource and free the memory associated with it.

Errors

BadPEXSearchContext
The specified search context resource identifier is invalid.

See Also

For an overview and a list of Spatial Search functions, see Spatial Searches.