[#ASN1_SCTX_get_flags] = ASN1_SCTX_get_flags :mrdocs: Return scan flags for the current field in an ASN.1 scan context. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned long ASN1_SCTX_get_flags(xref:ASN1_SCTX.adoc[ASN1_SCTX]* p); ---- == Return Value Flag word stored on `p` (ASN1_SCAN_* and related bits). == Parameters [cols="1,4"] |=== | Name| Description | *p* | Scan context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#