Developer Guide and Reference for Intel® Integrated Performance Primitives Cryptography
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-890A7DC0-40DD-4CB5-86B4-12DE60DBACBE
Visible to Intel only — GUID: GUID-890A7DC0-40DD-4CB5-86B4-12DE60DBACBE
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.