Advertisement
MagicAndre1981

new Bugcheck codes in Windows 10 (10563)

Oct 13th, 2015
694
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. In the TH2 Build SDK 10563 Microsoft documented the following new Bugchecks:
  2.  
  3. //
  4. // MessageId: ERRATA_WORKAROUND_UNSUCCESSFUL
  5. //
  6. // MessageText:
  7. //
  8. // ERRATA_WORKAROUND_UNSUCCESSFUL
  9. //
  10. #define ERRATA_WORKAROUND_UNSUCCESSFUL ((ULONG)0x0000013EL)
  11.  
  12. //
  13. // MessageId: HYPERGUARD_VIOLATION
  14. //
  15. // MessageText:
  16. //
  17. // HYPERGUARD_VIOLATION
  18. //
  19. #define HYPERGUARD_VIOLATION ((ULONG)0x0000018CL)
  20.  
  21. //
  22. // MessageId: SMB_SERVER_LIVEDUMP
  23. //
  24. // MessageText:
  25. //
  26. // SMB_SERVER_LIVEDUMP
  27. //
  28. #define SMB_SERVER_LIVEDUMP ((ULONG)0x00000195L)
  29.  
  30. //
  31. // MessageId: LOADER_ROLLBACK_DETECTED
  32. //
  33. // MessageText:
  34. //
  35. // LOADER_ROLLBACK_DETECTED
  36. //
  37. #define LOADER_ROLLBACK_DETECTED ((ULONG)0x00000196L)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement