[#OSSL_STORE_LOADER_fetch] = OSSL_STORE_LOADER_fetch :mrdocs: Fetch a provider‐based OSSL_STORE loader for a URI scheme. == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_STORE_LOADER.adoc[OSSL_STORE_LOADER]* OSSL_STORE_LOADER_fetch( xref:OSSL_LIB_CTX.adoc[OSSL_LIB_CTX]* libctx, char const* scheme, char const* properties); ---- == Return Value Fetched loader, or NULL on error; release with OSSL_STORE_LOADER_free(). == Parameters [cols="1,4"] |=== | Name| Description | *libctx* | Library context, or NULL for the default. | *scheme* | URI scheme name (for example "file"). | *properties* | Optional property query string, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#