[#SigningResultString] = SigningResultString :mrdocs: Return a human‐readable description of a signing result. == Synopsis Declared in `<common/signmessage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string SigningResultString(xref:SigningResult.adoc[SigningResult] res); ---- == Return Value The description string for the result. == Parameters [cols="1,4"] |=== | Name| Description | *res* | The signing result to describe. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#