StarBurn SDK (Software Development Kit)
ContentsIndexHome
PreviousUpNext
StarBurn_SetEjectAfterFail Function
C++
__stdcall STARBURN_IMPEX_API VOID StarBurn_SetEjectAfterFail(IN BOOLEAN p__BOOLEAN__NewEjectAfterFail);

Nothing.

This function sets so-called "eject after fail" (if during burning process error would happen - should StarBurn eject disc or not) to enabled (TRUE) or disabled (FALSE).

It's a good idea to keep everything AS IS, however if StarBurn is used with automatic loaders or whatever sometimes it's required to keep manual control over eject process.

There are no examples for StarBurn_SetEjectAfterFail(...) API call.