Functional specification
18
CDE/Motif PST
CDEnext
x
XpGetPrinterList
x
XpFreePrinterList - convenience routine
x
XpRehashPrinterList
x
XpQueryVersion
x
XpQueryExtension - convenience routine
x
XpQueryScreens
x
XpGetPdmStartParams - convenience routine
x
XpGetAuthParams - convenience routine
x
XpSendAuth - convenience routine
x
XpSendOneTicket - convenience routine
x
XpSetLocaleHinter - convenience routine
x
XpGetLocaleHinter - convenience routine
2.1.3
DEPENDENCIES
The X Print Service is an extension to the Core X protocol, and cannot be used outside of the X environment.
2.1.4
ISSUES
2.2
XpCreateContext
2.2.1
Short Description
Creates and initializes a new print context.
2.2.2
Long Description
NAME
XpCreateContext - create and initialize a print context
SYNOPSIS
#include <X11/extensions/Print.h>
XPContext XpCreateContext(
Display
*display
,
char
*printer_name)
ARGUMENTS
display
Specifies a pointer to the
Display
structure; returned from
XOpenDisplay
.
printer_name
The name of a printer on
display
. String encoded as
COMPOUND_TEXT
.