Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2018

iwGetStatusString

Syntax

IW_DECL(const char*) iwGetStatusString(
    IppStatus status    
);

Parameters

status

Library status code.

Description

This function converts a library status code into a human-readable string. The function supports extended status codes used in IW on top of the regular Intel IPP codes.

Return Values

Pointer to a constant string describing the library status code.