|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <errno.h>

Go to the source code of this file.
Macros | |
| #define | MSVCRT_INVALID_PMT(x, err) (*_errno() = (err), _invalid_parameter(NULL, NULL, NULL, 0, 0)) |
| #define | MSVCRT_CHECK_PMT_ERR(x, err) ((x) || (MSVCRT_INVALID_PMT( 0, (err) ), 0)) |
| #define | MSVCRT_CHECK_PMT(x) MSVCRT_CHECK_PMT_ERR((x), EINVAL) |
Functions | |
| void | _invalid_parameter (const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t pReserved) |
Variables | |
| void * | __pInvalidArgHandler |
| #define MSVCRT_CHECK_PMT | ( | x | ) | MSVCRT_CHECK_PMT_ERR((x), EINVAL) |
| void _invalid_parameter | ( | const wchar_t * | expression, |
| const wchar_t * | function, | ||
| const wchar_t * | file, | ||
| unsigned int | line, | ||
| uintptr_t | pReserved | ||
| ) |
Definition at line 22 of file _invalid_parameter.c.
Referenced by __declspec(), _fsopen(), _invalid_parameter_noinfo(), _tasctime_s(), localtime_s(), and rand_s().
|
extern |