![]() |
SPErrors.hGo to the documentation of this file.00001 /***********************************************************************/ 00002 /* */ 00003 /* SPErrors.h */ 00004 /* */ 00005 /* ADOBE SYSTEMS INCORPORATED */ 00006 /* Copyright 1995-2007 Adobe Systems Incorporated. */ 00007 /* All Rights Reserved. */ 00008 /* */ 00009 /* NOTICE: Adobe permits you to use, modify, and distribute this file */ 00010 /* in accordance with the terms of the Adobe license agreement */ 00011 /* accompanying it. If you have received this file from a source other */ 00012 /* than Adobe, then your use, modification, or distribution of it */ 00013 /* requires the prior written permission of Adobe. */ 00014 /* */ 00015 /* Patents Pending */ 00016 /* */ 00017 /* */ 00018 /***********************************************************************/ 00019 00020 00021 /******************************************************************************* 00022 ** 00023 ** Errors 00024 ** 00025 **/ 00028 #define kSPCantAcquirePluginError '!Acq' 00029 00031 #define kSPCantReleasePluginError '!Rel' 00032 00034 #define kSPPluginAlreadyReleasedError 'AlRl' |
||||||
|
![]() |
|