[#PROFESSION_INFO_set0_professionItems] = PROFESSION_INFO_set0_professionItems :mrdocs: Set the profession items (titles) on a PROFESSION_INFO, taking ownership of `as.` == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void PROFESSION_INFO_set0_professionItems( xref:PROFESSION_INFO.adoc[PROFESSION_INFO]* pi, xref:stack_st_ASN1_STRING.adoc[stack_st_ASN1_STRING]* as); ---- == Parameters [cols="1,4"] |=== | Name| Description | *pi* | Profession info whose professionItems field is replaced. | *as* | Stack of profession‐item strings, or NULL to clear; frees any previous stack. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#