Messages

mi_api_error
void mi_api_error(
    char            *msg, ...)

This API function is called by API whenever an error occurs. It is part of the call interface to allow the API caller to print its own messages in a format similar to that of API itself. The arguments work in the same way as those of mi_error.

mi_api_warning
void mi_api_warning(
    char            *msg, ...)

This is the corresponding warning message function called by API.

Copyright © 1986, 2015 NVIDIA ARC GmbH. All rights reserved.