Impact Acquire SDK Java
|
Defines valid error values for this module. More...
Static Public Attributes | |
static final int | IDE_DirectDrawAccessFailed = acquireJNI.IDE_DirectDrawAccessFailed_get() |
Calling a DirectDraw® function did fail. | |
static final int | IDE_InternalError = acquireJNI.IDE_InternalError_get() |
Unspecified internal error. | |
static final int | IDE_InvalidHandle = acquireJNI.IDE_InvalidHandle_get() |
One or more of the handles passed to a function where invalid. | |
static final int | IDE_NoError = acquireJNI.IDE_NoError_get() |
No error occurred since the last time the error code was queried. | |
static final int | IDE_OutOfMemory = acquireJNI.IDE_OutOfMemory_get() |
There is not enough memory available to perform the requested operation. | |
static final int | IDE_UpdateFailed = acquireJNI.IDE_UpdateFailed_get() |
The update failed. | |
Defines valid error values for this module.
|
static |
Calling a DirectDraw® function did fail.
|
static |
Unspecified internal error.
|
static |
One or more of the handles passed to a function where invalid.
|
static |
No error occurred since the last time the error code was queried.
|
static |
There is not enough memory available to perform the requested operation.
|
static |
The update failed.
This usually is an internal error but will also be returned when a raw buffer has been passed to the display module since it then is unclear how to draw it.