Developer Documentation
[Data Types Summary]

Other Constants


Constants for values that your application might not have or might not need when calling various Carbon Printing Manager functions.
#define kPMCancel           (0x0080)    /* user hit cancel button in dialogs */
#define kPMNoData           nil         /* for general use */
#define kPMDontWantSize     nil         /* for parameters which return size information */
#define kPMDontWantData     nil         /* for parameters which return data */
#define kPMDontWantBoolean  nil         /* for parameters which take a boolean reference */
#define kPMNoPrintSettings  nil         /* for parameters which take a PrintSettings reference */ 
#define kPMNoPageFormat     nil         /* for parameters which take a PageFormat reference */
#define kPMNoReference      nil         /* for parameters which take an address pointer */

Last modified: 5/7/99. Status: Draft Copyright 1999 Apple Computer, Inc. All rights reserved.