Query: xcreateoc
OS: hpux
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XCreateOC(3X) XLIB FUNCTIONS XCreateOC(3X)NAMEXCreateOC - create output contextsSYNTAXXOC XCreateOC(om, ...) XOM om;ARGUMENTSom Specifies the output method. ... Specifies the variable length argument list to set or get XOC values.DESCRIPTIONThe XCreateOC function creates an output context within the specified output method. The base font names argument is mandatory at creation time, and the output context will not be created unless it is provided. All other output context values can be set later. XCreateOC returns NULL if no output context could be created. NULL can be returned for any of the following reasons: o A required argument was not set. o A read-only argument was set. o An argument name is not recognized. o The output method encountered an output method implementation-dependent error.SEE ALSOXCreateOC(3X), XDestroyOC(3X), XSetValues(3X), XOMOfOC(3X) X Version 11 Release 6 XCreateOC(3X)