[#OSSL_CMP_HDR_get0_geninfo_ITAVs] = OSSL_CMP_HDR_get0_geninfo_ITAVs :mrdocs: Return the geninfo ITAV stack from a CMP PKIHeader. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:stack_st_OSSL_CMP_ITAV.adoc[stack_st_OSSL_CMP_ITAV]* OSSL_CMP_HDR_get0_geninfo_ITAVs(xref:OSSL_CMP_PKIHEADER.adoc[OSSL_CMP_PKIHEADER] const* hdr); ---- == Return Value Internal ITAV stack, or NULL if absent. == Parameters [cols="1,4"] |=== | Name| Description | *hdr* | PKIHeader to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#