Questions tagged [imapi]

The Image Mastering Application Programming Interface, or IMAPI, is a component of Microsoft Windows operating system used for CD and DVD authoring and recording.

The Image Mastering Application Programming Interface, or IMAPI, is a component of Microsoft Windows operating system used for CD and DVD authoring and recording.

IMAPI provides the ability to create and burn single-session and multi-session discs, including bootable discs. It also provides low-level access to the burn engine for developing support for new devices, as well as access to extended recorder properties.

IMAPI was originally introduced with Windows XP. IMAPI version 2.0 was released with Windows Vista and Windows Server 2008. Current version of IMAPI supports Recordable Blu-ray Disc (BD-R) and Rewritable Blu-ray Disc (BD-RE) media.

More information is available on MSDN and Wikipedia.

33 questions
0
votes
1 answer

IMAPI: What is the difference between get_MediaPhysicallyBlank and get_MediaHeuristicallyBlank?

From the MSDN documentation of get_MediaHeuristicallyBlank and get_MediaPhysicallyBlank, it is not clear what is the exact difference between these two. Can anyone please explain how both of these are different?
BiJ
  • 1,639
  • 5
  • 24
  • 55
0
votes
1 answer

IMAPI2: adding files and folders fails

I'm trying to create a disc image via IMAPI2. The code is pretty straightforward: #include #include #include #include #include #include #include #include…
user2286759
  • 189
  • 13
0
votes
1 answer

Create a folder in disk and Burn Into it using IMAPI 2

I'm using IMAPI2 in C# to burn a list of files to a multisession disk. But I want To be able to burn those files into a directory in the disk. Right now this is what I have fileSystemImage = new MsftFileSystemImage(); …
Prince Champappilly
  • 303
  • 1
  • 7
  • 29
1 2
3