Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-FE8553A4-B29C-4FBA-BBCD-5E80AA4904DC
Visible to Intel only — GUID: GUID-FE8553A4-B29C-4FBA-BBCD-5E80AA4904DC
svrng_set_status
Sets the status variable to a specified value and returns the previous status value
int32_t svrng_set_status( int32_t new_status )
new_status |
The new status. |
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.
Returns the previous status value.