Functional specification
38
CDE/Motif PST
CDEnext
ERRORS/WARNINGS
The function can generate one of the following errors:
XPBadContext
The specified print context id is not valid.
BadValue
The value specified for
event_mask
is not valid.
SEE ALSO
XpInputSelected
2.14
XpInputSelected
2.14.1
Short Description
Query which X Print events from the specific print context the client has selected to receive.
2.14.2
Long Description
NAME
XpInputSelected - query which X Print events from the specified print context the client has selected to
receive
SYNOPSIS
#include <X11/extensions/Print.h>
unsigned long XpInputSelected (
Display
*display
,
XPContext
context,
unsigned long
*all_event_mask
) /* return value */
ARGUMENTS
display
Specifies a pointer to the
Display
structure; returned from
XOpenDisplay
.
context
The print context to which the query is being made.
all_event_mask
The set of events any client have selected.
RETURN VALUE
A
event_mask
bit mask describing which event classes the client has selected to receive.