MCPcopy Create free account
hub / github.com/beefytech/Beef / HandleInvalidParameter

Function HandleInvalidParameter

BeefySysLib/platform/win/Platform.cpp:902–905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

900}
901
902static void __cdecl HandleInvalidParameter(const wchar_t*, const wchar_t*, const wchar_t*, unsigned int, uintptr_t)
903{
904 BfpSystem_FatalError("Invalid parameter", NULL);
905}
906
907static void __cdecl AbortHandler(int)
908{

Callers

nothing calls this directly

Calls 1

BfpSystem_FatalErrorFunction · 0.70

Tested by

no test coverage detected