StarBurn OCX
ContentsIndexHome
PreviousUpNext
IDevice::NotifyCallbackTestWriteDisabled Method ([in] IStarBurnNotificationCallBack *)
C++
[propput, id(48), helpstring("puts user-defined notification callback for Test write is disabled event")]
HRESULT NotifyCallbackTestWriteDisabled([in] IStarBurnNotificationCallBack * newVal);

This function is used to set cache size to use during I/O operations, 0 is a special value that tells the toolkit to allocate default cache size. This method can be used to decrease memory requirements of application in critical cases.

It's highly recommended not to change the cache size! Use it on your own risk! Cache size changing must be performed before any other operations with device.

Links