ReactOS 0.4.16-dev-1983-g1a17364
_invalid_parameter_nt.c File Reference
#include <stdlib.h>
#include <ndk/rtlfuncs.h>
Include dependency graph for _invalid_parameter_nt.c:

Go to the source code of this file.

Functions

void __cdecl _invalid_parameter (_In_opt_z_ wchar_t const *expression, _In_opt_z_ wchar_t const *function_name, _In_opt_z_ wchar_t const *file_name, _In_ unsigned int line_number, _In_ uintptr_t reserved)
 

Function Documentation

◆ _invalid_parameter()

void __cdecl _invalid_parameter ( _In_opt_z_ wchar_t const expression,
_In_opt_z_ wchar_t const function_name,
_In_opt_z_ wchar_t const file_name,
_In_ unsigned int  line_number,
_In_ uintptr_t  reserved 
)

Definition at line 13 of file _invalid_parameter_nt.c.

19{
20 DbgPrint("%ws:%u: Invalid parameter ('%ws') passed to C runtime function %ws.\n",
23 expression,
25}
int const char const *const int const line_number
Definition: debug_heap.cpp:499
#define DbgPrint
Definition: hal.h:12
wchar_t const *const function_name
static LPCWSTR file_name
Definition: protocol.c:147