Advertisement
MagicAndre1981

removed Bugcheck codes in Windows 10 (10041)

Apr 3rd, 2015
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. //
  2. // MessageId: SESSION3_INITIALIZATION_FAILED
  3. //
  4. // MessageText:
  5. //
  6. // SESSION3_INITIALIZATION_FAILED
  7. //
  8. #define SESSION3_INITIALIZATION_FAILED ((ULONG)0x0000006FL)
  9.  
  10. //
  11. // MessageId: SESSION4_INITIALIZATION_FAILED
  12. //
  13. // MessageText:
  14. //
  15. // SESSION4_INITIALIZATION_FAILED
  16. //
  17. #define SESSION4_INITIALIZATION_FAILED ((ULONG)0x00000070L)
  18.  
  19. //
  20. // MessageId: SESSION5_INITIALIZATION_FAILED
  21. //
  22. // MessageText:
  23. //
  24. // SESSION5_INITIALIZATION_FAILED
  25. //
  26. #define SESSION5_INITIALIZATION_FAILED ((ULONG)0x00000071L)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement