Advertisement
MagicAndre1981

new Bugcheck codes in Windows 10 Redstone (14267 SDK)

Feb 24th, 2016
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. In the Redstone 1 SDK for Build 14267 Microsoft documented the following new Bugchecks:
  2.  
  3.  
  4. //
  5. // MessageId: WIN32K_SECURITY_FAILURE
  6. //
  7. // MessageText:
  8. //
  9. // WIN32K_SECURITY_FAILURE
  10. //
  11. #define WIN32K_SECURITY_FAILURE ((ULONG)0x00000197L)
  12.  
  13. //
  14. // MessageId: UFX_LIVEDUMP
  15. //
  16. // MessageText:
  17. //
  18. // UFX_LIVEDUMP
  19. //
  20. #define UFX_LIVEDUMP ((ULONG)0x00000198L)
  21.  
  22. //
  23. // MessageId: IO_THREADPOOL_DEADLOCK_LIVEDUMP
  24. //
  25. // MessageText:
  26. //
  27. // IO_THREADPOOL_DEADLOCK_LIVEDUMP
  28. //
  29. #define IO_THREADPOOL_DEADLOCK_LIVEDUMP ((ULONG)0x000001C5L)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement