windowing/windowserver/SERVER/openwfc/panics.h
branchRCL_3
changeset 17 e375a7921169
parent 3 ac96196b945c
child 19 bbf46f59e123
equal deleted inserted replaced
15:7f6e7753e018 17:e375a7921169
   158 	EWsPanicBitmapArrayNotEmpty = 123,      //Bitmap array is not empty, when it is expected to be empty
   158 	EWsPanicBitmapArrayNotEmpty = 123,      //Bitmap array is not empty, when it is expected to be empty
   159 	EWsPanicCounterValue = 124,             //Counter value is not the expected one
   159 	EWsPanicCounterValue = 124,             //Counter value is not the expected one
   160 	EWsPanicUnexpectedBitmapHandleInArray = 125,     //Bitmap handle in array with no matching bitmap object in bitmap ref array
   160 	EWsPanicUnexpectedBitmapHandleInArray = 125,     //Bitmap handle in array with no matching bitmap object in bitmap ref array
   161 	EWsPanicBitmapNotFound = 126,           //Failed to find a bitmap in the bitmap ref array
   161 	EWsPanicBitmapNotFound = 126,           //Failed to find a bitmap in the bitmap ref array
   162 	EWsPanicInvalidRotation = 127,			//Invalid rotation used
   162 	EWsPanicInvalidRotation = 127,			//Invalid rotation used
   163 	EWsPanicInvalidPointerOffset = 128,      //The pointer offset value in wsini.ini is invalid.
   163 	EWsPanicInvalidPointerOffset = 128,//NOT USED	//The pointer offset value in wsini.ini is invalid.
   164 	EWsPanicArrayInsertFailed = 129,	//Array insert failed.           
   164 	EWsPanicArrayInsertFailed = 129,	//Array insert failed.           
   165 	EWsPanicCompleteNullMessage = 130,		//RMessage2 is NULL prior to calling Complete().
   165 	EWsPanicCompleteNullMessage = 130,		//RMessage2 is NULL prior to calling Complete().
   166 	};
   166 	};
   167 
   167 
   168 void Panic(TWservPanic aPanic);
   168 void Panic(TWservPanic aPanic);