Developer Guide and Reference for Intel® Cryptography Primitives Library
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-65A298A1-AB2B-4483-B075-FA17623E5B20
Visible to Intel only — GUID: GUID-65A298A1-AB2B-4483-B075-FA17623E5B20
GetStatusString
Translates a status code into a message.
Syntax
const char* ippcpGetStatusString(IppStatus stsCode);
Include Files
ippcp.h
Parameters
stsCode |
Code that indicates the status type. |
Description
This function returns a pointer to the text string associated with a status code of IppStatus type. Use this function to produce error and warning messages for users. The returned pointer is a pointer to an internal static buffer and does not need to be released.