![]() |
PMNewPrintSettings |
||||
Header: | PMCore.h | Carbon status: | Supported | |
Creates a new PMPrintSettings object.
OSStatus PMNewPrintSettings ( PMPrintSettings *printSettings );
On return, an initialized PMPrintSettings object.
A result code. A result code. See
PMNewPrintSettings allocates memory for a new PMPrintSettings object in your applications memory space. The new print settings object is empty until you set its values, or until you call PMDefaultPrintSettings or PMValidatePrintSettings.
PMCreatePrintSettings is recommended instead of PMNewPrintSettings.
Valid after calling PMBegin.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)