ENGINE_ctrl_cmd

This function works like ENGINE_ctrl() with the exception of taking a command name instead of a command number, and can handle optional commands. See the comment on ENGINE_ctrl_cmd_string() for an explanation on how to use the cmd_name and cmd_optional.

extern (C) nothrow @nogc
int
ENGINE_ctrl_cmd
(,
const(char)* cmd_name
,
core.stdc.config.c_long i
,
void* p
,
void function
()
f
,)

Meta