Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the value of the _doserrno global variable.
errno_t _set_doserrno(
int value
);
Parameters
- [in] value
The new value of _doserrno.
Return Value
Returns zero if successful.
Remarks
Possible values are defined in Errno.h.
Requirements
Routine |
Required header |
Optional header |
---|---|---|
_set_doserrno |
<stdlib.h> |
<errno.h> |
For more compatibility information, see Compatibility in the Introduction.