Developer Documentation
[Data Types Summary]

PMLanguageInfo


Contains level, version, and release information for the imaging language used by the printer driver.
struct PMLanguageInfo {
    Str32 level;
    Str32 version;
    Str32 release;
}
FIELDS
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.

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


Last modified: 5/7/99. Status: Draft Copyright 1999 Apple Computer, Inc. All rights reserved.