_set_doserrno

Sets the value of the _doserrno global variable.

errno_t _set_doserrno( 
   int value 
);

Параметры

  • [in] value
    The new value of _doserrno.

Возвращаемое значение

Returns zero if successful.

Заметки

Possible values are defined in Errno.h.

Требования

Routine

Required header

Optional header

_set_doserrno

<stdlib.h>

<errno.h>

For more compatibility information, see Compatibility in the Introduction.

См. также

Основные понятия

_get_doserrno

errno, _doserrno, _sys_errlist, and _sys_nerr