2020-10-2012:25 PM - last edited on 2021-09-1401:42 PM by Noemi Balogh
2020-10-2012:25 PM
Hey,
according to the docs, we have to lock the handle's memory before accessing it (I guess to avoid race conditions with the memory manager during memory relocation). To do this we have to call BMModifyHandleState and set the state to locked. However, this function doesn't exist in the SDK (versions 21 to 24). What is going on here? Are the docs outdated? Is our SDK incomplete? Is handle access now safe without locking?