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

Is "safe grabbing" mode enabled (TRUE) or disabled (FALSE).

This function returns is so-called "safe grabbing" (when StarBurn would mix read commands with checking for device to become ready - required to workaround broken ATAPI-to-USB bridges) enabled (TRUE) or disabled (FALSE).

There's no need to play with this parameter unless you really have ATAPI device in external USB enclosure and it hangs under heavy I/O load.

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