IFXResult

 

Successful return codes

IFX_OK

Successful

IFX_FALSE

Successful and the result is false

IFX_TRUE

Successful and the result is true

IFX_CANCEL

Successful and the user requested cancel

Warning return codes

IFX_W_UNEXPECTED_FILE_VERSION

Successful, but the file version was different than expected

IFX_W_ALREADY_EXISTS

Successful, but the item already exists

Failure return codes

IFX_E_UNDEFINED

An undefined error occurred

IFX_E_UNSUPPORTED

Operation specified is not supported

IFX_E_OUT_OF_MEMORY

System memory request failed

IFX_E_INVALID_FILE

File specified is invalid or cannot be found

IFX_E_INVALID_HANDLE

Handle specified is invalid

IFX_E_INVALID_POINTER

Pointer specified is invalid

IFX_E_INVALID_RANGE

One or more parameters are out of range

IFX_E_ALREADY_INITIALIZED

Object is already initialized

IFX_E_NOT_INITIALIZED

Object is not yet initialized

IFX_E_CANNOT_CHANGE

Data is currently read only

IFX_E_ABORTED

Function execution was canceled

IFX_E_WRITE_FAILED

Write failed (file or device), perhaps out of space

IFX_E_READ_FAILED

Read failed (file or device), perhaps end of file

IFX_E_CANNOT_FIND

Could not find resource

 

§See asterisked (*) statement at Legal Information © 2001 Intel Corporation.