Query: dmxqueryextension
OS: x11r4
Section: 3x
Indexes: x11r4 man pages all man pages forum categories
Format:Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DMXQueryExtension(3X) DMXQueryExtension(3X)NAMEDMXQueryExtension - determine if DMX is availableSYNOPSIS#include <X11/extensions/dmxext.h> Bool DMXQueryExtension(Display *dpy, int *event_basep, int *error_basep);DESCRIPTIONDMXQueryExtension() determines if the DMX protocol extension is available. It will be available if the server is an Xdmx(1) server.RETURN VALUEIf the DMX protocol extension is available, event_basep and error_basep will be set to the event and error bases, respectively, and True will be returned. Otherwise, False will be returned.SEE ALSODMXQueryVersion(3X), DMX(3X), Xdmx(1) X Version 11 libdmx 1.0.2 DMXQueryExtension(3X)