Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 3/31/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

svrng_set_status

Sets the status variable to a specified value and returns the previous status value

Syntax

int32_t svrng_set_status( int32_t new_status )

Input Parameters

new_status

The new status.

Description

The svrng_set_status function sets the status variable to a specific constant value and returns the previous status value. See the Error Handling page for a table of values defined in svrng.h.

Return Values

Returns the previous status value.