Intel IPP Integration Wrappers Developer Guide and Reference

ID 751823
Date 1/18/2023
Public
Document Table of Contents

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.