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