Carbon


PMLanguageInfo

Header: PMDefinitions.h

Contains level, version, and release information for the imaging language used by the printer driver.

struct PMLanguageInfo {
    Str32 level; 
    Str32 version; 
    Str32 release;
};

Field descriptions

level

The level of the imaging language used by the printer driver.

version

The version of the imaging language.

release

The release of the imaging language.

On return, the PMPrinterGetLanguageInfo function supplies your application with level, version, and release information in the fields of this structure.

SPECIAL CONSIDERATIONS

The information returned in this structure may not be relevant for all printer drivers.


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