[#ASN1_PCTX_get_nm_flags] = ASN1_PCTX_get_nm_flags :mrdocs: Return the name‐printing flags from an ASN.1 print context. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned long ASN1_PCTX_get_nm_flags(xref:ASN1_PCTX.adoc[ASN1_PCTX] const* p); ---- == Return Value XN_FLAG_* / ASN1_STRFLGS_* mask controlling how names are rendered. == Parameters [cols="1,4"] |=== | Name| Description | *p* | Print context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#