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

Is "eject after fail" mode enabled (TRUE) or disabled (FALSE).

This function returns is so-called "eject after fail" (if during burning process error would happen - should StarBurn eject disc or not) 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_GetEjectAfterFail(...) API call.