Advertisement
MagicAndre1981

new Bugcheck codes in Windows 10 Redstone (14295 SDK)

Mar 29th, 2016
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. In the Redstone 1 SDK for Build 14295 Microsoft documented the following new Bugchecks:
  2.  
  3.  
  4. //
  5. // MessageId: STORAGE_MINIPORT_ERROR
  6. //
  7. // MessageText:
  8. //
  9. //  STORAGE_MINIPORT_ERROR
  10. //
  11. #define STORAGE_MINIPORT_ERROR           ((ULONG)0x000000F0L)
  12.  
  13.  
  14. //
  15. // MessageId: WORKER_THREAD_RETURNED_WHILE_ATTACHED_TO_SILO
  16. //
  17. // MessageText:
  18. //
  19. //  WORKER_THREAD_RETURNED_WHILE_ATTACHED_TO_SILO
  20. //
  21. #define WORKER_THREAD_RETURNED_WHILE_ATTACHED_TO_SILO ((ULONG)0x0000019AL)
  22.  
  23. //
  24. // MessageId: TTM_FATAL_ERROR
  25. //
  26. // MessageText:
  27. //
  28. //  TTM_FATAL_ERROR
  29. //
  30. #define TTM_FATAL_ERROR                  ((ULONG)0x0000019BL)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement