Block-level CD-ROM access

  • Thread starter Thread starter Scott Bell
  • Start date Start date
S

Scott Bell

Hello all,

Is there a method within the .NET Framework to access
a CD-ROM device at the block-level? (IE to create a raw
copy of a disc for archival purposes)

Thanks,

- Scott
 
You would need to use the imapi apis to do this .. if you google "C# imapi
wrapper" you will get a few hits .. I cannot speak on the quality of any of
these wrappers but they should atleast point you in the right direction.

Cheers,

Greg Young
MVP - C#
http://codebetter.com/blogs/gregyoung
 
Greg said:
You would need to use the imapi apis to do this ..

Thanks for your reply Greg.

I am still having a hard time finding the applicable functions
within the IMAPI API, it seems to provide burning only. Am
I still missing something here? My goal is to extract an ISO
from a data CD-ROM.

- Scott
 
Back
Top