Carbon


PMGetPrinterResolutionCount

Header: PMCore.h Carbon status: Supported

Obtains the number of resolution settings supported by the current printer.

OSStatus PMGetPrinterResolutionCount (
    UInt32 *count
);
Parameter descriptions
count

On return, the number of supported printing resolutions.

function result

A result code. A result code. See “Result Codes”. The result code kPMNotImplemented indicates that the printer driver does not support multiple resolution settings.

DISCUSSION

PMPrinterGetPrinterResolutionCount is recommended instead of PMGetPrinterResolutionCount.

SPECIAL CONSIDERATIONS

Valid after calling PMBegin.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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