ENGINE_CMD_BASE

ENGINE implementations should start the numbering of their own control commands from this value. (ie. ENGINE_CMD_BASE, ENGINE_CMD_BASE + 1, etc).

extern (C) nothrow @nogc
enum ENGINE_CMD_BASE = 200;

Meta