Carbon


PMPrinterGetLanguageInfo

Header: PMCore.h Carbon status: Supported

Obtains information about the specified printer’s imaging language.

OSStatus PMPrinterGetLanguageInfo (
    PMPrinter printer, 
    PMLanguageInfo *info
);
Parameter descriptions
printer

A PMPrinter object.

info

On return, a pointer to a data structure containing the printer’s language level, version and release. The format of the returned data is based on the PostScript language.

function result

A result code. A result code. See “Result Codes”.

DISCUSSION

PMPrinterGetLanguageInfo is useful for PostScript printers, but may be irrelevant for other types of printers.

SPECIAL CONSIDERATIONS

Valid within the context of a printing session.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.1 and later when CarbonLib 1.1 or later is present.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)