[#BIO_get_shutdown] = BIO_get_shutdown :mrdocs: Return whether BIO_free() will close the underlying I/O resource. == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int BIO_get_shutdown(xref:BIO.adoc[BIO]* a); ---- == Return Value Non‐zero if the underlying descriptor/handle is closed on free; 0 otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *a* | BIO to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#