![]() |
PMUnflattenPrintSettings |
||||
Header: | PMCore.h | Carbon status: | Supported | |
Rebuilds a flattened PMPrintSettings object.
OSStatus PMUnflattenPrintSettings ( Handle flatSettings, PMPrintSettings *printSettings );
A handle to a previously flattened PMPrintSettings object. Your application must dispose of this handle.
A pointer to the address where the newly created PMPringSettings object should be stored. On return, this object contains the data retrieved from the flattened print settings.
A result code. A result code. See
The PMUnflattenPrintSettings function creates a new PMPrintSettings object containing the information from the flattened print settings.
Unlike most Carbon Printing Manager functions, you may call this function outside of a printing session or PMBegin/PMEnd block.
There are no restrictions on when you may use this function.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)