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

Function RaiseException

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

Source from the content-addressed store, hash-verified

168
169
170[[noreturn]]
171static void RaiseException(ULONG BugCheckCode)
172{
173 KdBreakPoint();
174 KeBugCheck(BugCheckCode);
175}
176
177[[noreturn]]
178void __cdecl _invalid_parameter_noinfo_noreturn()

Callers 9

_Xbad_allocFunction · 0.85
_Xinvalid_argumentFunction · 0.85
_Xlength_errorFunction · 0.85
_Xout_of_rangeFunction · 0.85
_Xoverflow_errorFunction · 0.85
_Xruntime_errorFunction · 0.85
RaiseHandlerFunction · 0.85
_invoke_watsonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected