HOME
| OPENMP API Specification: Version 5.1 November 2020

3.12.7  omp_get_interop_rc_desc

Summary The omp_get_interop_rc_desc routine retrieves a description of the return code associated with an omp_interop_t object.

Format  

 
const char* omp_get_interop_rc_desc(const omp_interop_t interop, 
                                    omp_interop_rc_t ret_code);  

Effect The omp_get_interop_rc_desc routine returns a C string that describes the return code ret_code in human-readable form.

Restrictions Restrictions to the omp_get_interop_rc_desc routine are as follows:

Cross References

SVG-Viewer needed.