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

Nothing.

This function sets 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) to 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_SetIsSafeGrabbingEnabled(...) API call.