![]() |
PMSetPrintSettingsExtendedData |
||||
Header: | PMCore.h | Carbon status: | Supported | |
Stores your application-specific data in a print settings object.
OSStatus PMSetPrintSettingsExtendedData ( PMPrintSettings printSettings, OSType dataID, UInt32 size, void *theData );
A PMPrintSettings object.
A 4-character code that will be used to identify your data. This is typically your applications creator code.
The size, in bytes, of the data to be stored the print settings object.
A pointer to the data to be stored.
A result code. A result code. See
By calling the function
Valid within a printing session after creating a print settings object.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)