[#OSSL_STORE_load] = OSSL_STORE_load :mrdocs: Load the next object from an open OSSL_STORE channel. == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_STORE_INFO.adoc[OSSL_STORE_INFO]* OSSL_STORE_load(xref:OSSL_STORE_CTX.adoc[OSSL_STORE_CTX]* ctx); ---- == Return Value New OSSL_STORE_INFO, or NULL on error or when no object is available; free with OSSL_STORE_INFO_free(). == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Open store context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#