[#OSSL_STORE_INFO_get0_data] = OSSL_STORE_INFO_get0_data :mrdocs: Return the typed object pointer from a store info when `type` matches (borrowed). == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void* OSSL_STORE_INFO_get0_data( int type, xref:OSSL_STORE_INFO.adoc[OSSL_STORE_INFO] const* info); ---- == Return Value Internal data pointer if `info` has `type,` or NULL otherwise; do not free. == Parameters [cols="1,4"] |=== | Name| Description | *type* | Expected OSSL_STORE_INFO_* type code. | *info* | Store object to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#