Functional specification
56
CDE/Motif PST
CDEnext
as the XAUTHORITY environment variable, or may wish to manage a separate subset authority file for
printing purposes. If XPDMXAUTHORITY is not set,
XpSendAuth
does nothing and returns
immediately.
If
NULL
is returned by
XpSendAuth
, then an error occured.
ENVIRONMENT VARIABLES
ERRORS/WARNINGS
SEE ALSO
2.27
XpSendOneTicket
2.27.1
Short Description
A standard convenience function to send one authorization ticket in accordance with the PDM Selection Protocol
2.27.2
Long Description
NAME
XpSendOneTicket - send one authorization ticket in accordance with the PDM Selection Protocol
SYNOPSIS
#include <X11/extensions/Print.h>
#include <X11/Xauth.h>
Status XpSendOneTicket (
Display
*display
,
Window
window
,
Xauth
ticket
,
Bool
more
)
ARGUMENTS
display
Specifies a pointer to the print
Display
structure; returned from
XOpenDisplay
on the Selection Print Server.
window
Specifies the "mailbox window" as described in the PDM Selection
Protocol for the PDM_MBOX target.
ticket
The ticket to be sent. If
NULL
, a null ticket is sent.
more
A boolean indicating if more tickets will follow (True), or if this is the last
ticket to be sent (False).