div
eof
Développer Réduire
Ce sujet n'a pas encore été évalué - Évaluez ce sujet

_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.

Cela vous a-t-il été utile ?
(1500 caractères restants)

Ajouts de la communauté

AJOUTER
© 2013 Microsoft. Tous droits réservés.