MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / _Xlength_error

Function _Xlength_error

Kernel-Bridge/API/CppSupport.cpp:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 }
196
197 [[noreturn]]
198 void __cdecl _Xlength_error(_In_z_ const char*)
199 {
200 RaiseException(KMODE_EXCEPTION_NOT_HANDLED);
201 }
202
203 [[noreturn]]
204 void __cdecl _Xout_of_range(_In_z_ const char*)

Callers

nothing calls this directly

Calls 1

RaiseExceptionFunction · 0.85

Tested by

no test coverage detected