graphicsdeviceinterface/gdi/inc/GDI.H
changeset 187 9f66f99ee56f
parent 45 36b2e23a8629
child 171 414d4b727fd9
equal deleted inserted replaced
103:2717213c588a 187:9f66f99ee56f
   139 	EGdiPanic_InvalidInputParam		= 1,
   139 	EGdiPanic_InvalidInputParam		= 1,
   140 	/** Insufficient text for successful completion of the method */
   140 	/** Insufficient text for successful completion of the method */
   141 	EGdiPanic_OutOfText				= 2,
   141 	EGdiPanic_OutOfText				= 2,
   142 	/** Internal failure. */
   142 	/** Internal failure. */
   143 	EGdiPanic_Invariant				= 3,
   143 	EGdiPanic_Invariant				= 3,
   144 	/** Reserved panic codes. Not to be used. */
   144 	/** Unused panic codes. Can be reused if needed. */
   145 	EGdiPanic_Reserved1				= 4,
   145 	EGdiPanic_Unused1				= 4,
   146 	EGdiPanic_Reserved2				= 5,
   146 	EGdiPanic_Unused2				= 5,
   147 	/** Setting a typeface name that is too long */
   147 	/** Setting a typeface name that is too long */
   148 	EGdiPanic_TypefaceNameOverflow	= 6,
   148 	EGdiPanic_TypefaceNameOverflow	= 6,
   149 	};
   149 	};
   150 
   150 
   151 
   151