[#BIO_meth_get_callback_ctrl] = BIO_meth_get_callback_ctrl :mrdocs: Return the callback‐ctrl function installed on a BIO_METHOD. == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- long(* BIO_meth_get_callback_ctrl(xref:BIO_METHOD.adoc[BIO_METHOD] const* biom))(xref:BIO.adoc[BIO]*, int, xref:BIO_info_cb-08.adoc[BIO_info_cb]*); ---- == Return Value Callback‐ctrl function, or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *biom* | Method to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#