Tao.DevIl SDK Documentation

Il.IL_ILLEGAL_OPERATION Field

The operation attempted is not allowable in the current state. The function returns with no ill side effects. Generally there is currently no image bound or it has been deleted via ilDeleteImages. You should use ilGenImages and ilBindImage before calling the function.

[Visual Basic]
Public Const IL_ILLEGAL_OPERATION As Integer = 1286
[C#]
public const int IL_ILLEGAL_OPERATION = 1286;

See Also

Il Class | Tao.DevIl Namespace