[#CMS_ReceiptRequest_get0_values] = CMS_ReceiptRequest_get0_values :mrdocs: Read the fields of a CMS ReceiptRequest without transferring ownership. == Synopsis Declared in `<openssl/cms.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void CMS_ReceiptRequest_get0_values( xref:CMS_ReceiptRequest.adoc[CMS_ReceiptRequest]* rr, xref:ASN1_STRING.adoc[ASN1_STRING]** pcid, int* pallorfirst, xref:stack_st_GENERAL_NAMES.adoc[stack_st_GENERAL_NAMES]** plist, xref:stack_st_GENERAL_NAMES.adoc[stack_st_GENERAL_NAMES]** prto); ---- == Parameters [cols="1,4"] |=== | Name| Description | *rr* | Receipt request to query. | *pcid* | Receives the signedContentIdentifier, or NULL if not requested. | *pallorfirst* | Receives allOrFirstTier when that receiptsFrom form is used, or NULL. | *plist* | Receives the receiptList stack when that form is used, or NULL. | *prto* | Receives the receiptsTo stack, or NULL if not requested. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#