Carbon


PMPrinterGetDriverReleaseInfo

Header: PMCore.h Carbon status: Supported

Obtains release information for the driver associated with the specified printer.

OSStatus PMPrinterGetDriverReleaseInfo (
    PMPrinter printer, 
    VersRec *release
);
Parameter descriptions
printer

A PMPrinter object.

release

On return, a pointer to a VersRec data structure containing the driver’s short and long version strings and country code.

function result

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

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)