[#CMS_get0_content] = CMS_get0_content :mrdocs: Return a pointer to the embedded content octet string of a CMS ContentInfo. == Synopsis Declared in `<openssl/cms.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ASN1_OCTET_STRING.adoc[ASN1_OCTET_STRING]** CMS_get0_content(xref:CMS_ContentInfo.adoc[CMS_ContentInfo]* cms); ---- == Return Value Address of the internal ASN1_OCTET_STRING pointer (may point to NULL if detached), or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *cms* | ContentInfo whose eContent is accessed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#