ENGINE_CTRL_GET_FIRST_CMD_TYPE

Returns a positive command number for the first command supported by the engine. Returns zero if no ctrl commands are supported.

extern (C) nothrow @nogc
enum ENGINE_CTRL_GET_FIRST_CMD_TYPE = 11;

Meta