int XFindContext(display, rid, context, data_return)
Display *display;
XID rid;
XContext context;
XPointer *data_return;
display | Specifies the connection to the X server. |
rid | Specifies the resource ID with which the data is associated. |
context | Specifies the context type to which the data belongs. |
data_return | Returns the data. |