Advertisement
MagicAndre1981

new Virtual Disk Service error messages in #Windows10

Apr 4th, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. //
  2. // MessageId: VDS_E_DELETE_WITH_BOOTBACKING
  3. //
  4. // MessageText:
  5. //
  6. // Delete is not allowed on the volume that backs your Windows boot volume.
  7. //
  8. #define VDS_E_DELETE_WITH_BOOTBACKING ((HRESULT)0x80042A07L)
  9.  
  10. //
  11. // MessageId: VDS_E_FORMAT_WITH_BOOTBACKING
  12. //
  13. // MessageText:
  14. //
  15. // Format is not allowed on the volume that backs your Windows boot volume.
  16. //
  17. #define VDS_E_FORMAT_WITH_BOOTBACKING ((HRESULT)0x80042A08L)
  18.  
  19. //
  20. // MessageId: VDS_E_CLEAN_WITH_BOOTBACKING
  21. //
  22. // MessageText:
  23. //
  24. //
  25. // Clean is not allowed on the disk containing volume that backs your Windows boot volume.
  26. //
  27. #define VDS_E_CLEAN_WITH_BOOTBACKING ((HRESULT)0x80042A09L)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement