Re: CreateFile fails when trying to Write on DVD/CDROm
- From: Daniel James <wastebasket@xxxxxxxxxxxxxxxx>
- Date: Sat, 03 Dec 2005 12:21:23 GMT
In article news:<OVISg$89FHA.1028@xxxxxxxxxxxxxxxxxxxx>, Rajani wrote:
> I'm writing an application to Burn to DVD using Windows Platform SDK API.
You can't normally write to a CD-RW or DVD+/-RW disk as though it were an
ordinary disk drive. You can do this with DVD-RAM.
You can also get third-party driver software (like Adaptec/Roxio's DirectCD
interface, which makes an RW device look like a big floppy) but this will
not use the standard CD or DVD formatting, and the disk will only be
readable using the same software.
To write a normal CD or DVD disk you need to use a set of APIs specifically
designed for this purpose. MS have an API called the Image Mastering API
(part of XP but not earlier versions of Windows).
See:
http://msdn.microsoft.com/library/en-us/devio/base/image_mastering_api.asp
There are also third-party APIs (ISTRT Nero has an API, for example).
Cheers,
Daniel.
.
- References:
- CreateFile fails when trying to Write on DVD/CDROm
- From: rajani
- CreateFile fails when trying to Write on DVD/CDROm
- Prev by Date: Re: MFC future?
- Next by Date: Re: From VC6 to .NET 2 questions
- Previous by thread: Re: CreateFile fails when trying to Write on DVD/CDROm
- Next by thread: From VC6 to .NET 2 questions
- Index(es):
Relevant Pages
|