[#PROFESSION_INFO_get0_professionOIDs] = PROFESSION_INFO_get0_professionOIDs :mrdocs: Return the profession OID stack from a PROFESSION_INFO. == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:stack_st_ASN1_OBJECT.adoc[stack_st_ASN1_OBJECT] const* PROFESSION_INFO_get0_professionOIDs(xref:PROFESSION_INFO.adoc[PROFESSION_INFO] const* pi); ---- == Return Value Internal stack of ASN1_OBJECT profession OIDs, or NULL if absent; must not be freed by the caller. == Parameters [cols="1,4"] |=== | Name| Description | *pi* | Profession info to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#