![]() |
enum { kPMNoError = 0, kPMGeneralError = -30870, kPMOutOfScope = -30871, /* an API call is out of scope */ kPMInvalidParameter = -30872, /* a require parameter is missing or invalid */ kPMNotImplemented = -30873, /* this API call is not supported */ kPMNoSuchEntry = -30874, /* no such entry */ kPMInvalidPrintSettings = -30875, /* the printsettings reference is invalid */ kPMInvalidPageFormat = -30876, /* the pageformat reference is invalid */ kPMValueOutOfRange = -30877, /* a value passed in is out of range */ kPMLockIgnored = -30878 /* the lock value was ignored */ };