_set_errno
Visual Studio 2005
Set the value of the errno global variable.
errno_t _set_errno( int value );
Parameters
- [in] value
-
The new value of errno.
Possible values are defined in Errno.h. Also, see errno Constants.
| Routine | Required header | Optional header | Compatibility |
|---|---|---|---|
| _set_errno | <stdlib.h> | <errno.h> | Windows 95, Windows 98, Windows 98 Second Edition, Windows Millennium Edition, Windows NT 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 |
For more compatibility information, see Compatibility in the Introduction.