|
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.