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-41D30246-B5F7-403D-BF26-ACED748B08C6
Visible to Intel only — GUID: GUID-41D30246-B5F7-403D-BF26-ACED748B08C6
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.