ENGINE_CMD_FLAG_INTERNAL

Indicates that the control command is internal. This control command won't be shown in any output, and is only usable through the ENGINE_ctrl_cmd() function.

extern (C) nothrow @nogc
enum uint ENGINE_CMD_FLAG_INTERNAL;

Meta