XieFindResource(3X) — Subroutines
Digital
NAME
XieFindResource − This routine returns the identifier of an XIE resource that matches a specified X11 resource identifier.
C Format
resource = XieFindResource(dpy, id)
C Argument Information
XieResource resource;
Display ∗dpy;
XID id;
RETURN VALUES
The routine returns the XIE resource identifier that matches the specified X11 resource identifier. If no match is found, the routine returns a null.
PARAMETERS
dpyThe dpy argument specifies the X11 display identifier returned by the XOpenDisplay routine.
idThe id argument specifies the X11 resource identifier associated with the XIE resource you want to find.
DESCRIPTION
This routine returns the identifier of an XIE resource that matches a specified X11 resource identifier. You can use this routine to map an X11 resource identifier returned by an X11 error to an XIE resource identifier.
XIE Events and Error Messages
Protocol Messages: None
XIE event returned: None
XieLib errors: None
XieServer errors: None