Danko Radic
Thu, 11 Nov 1999 00:34:03 -0800
I'm posting this question again because I still got no answer. I can't belive that nobody knows about it. On the other hand, I apologize if the question is that stupid that it couldn't attract anyone's attention, but it's not the worst thing that was posted to this forum for sure... Regards, -DR ####### When I have to resize record, I use DmResizeRecord. It returns handle to data chunk. Now, is it safe to lock that handle and do DmWrite business with such pointer the same way I do when I lock handle gotten by DmGetRecord? What I mean is that DmResizeRecord doesn't set busy bit (at least I didn't find it in OS sources) like DmGetRecord and im not sure if the pointer is valid all the time. If not, would it be safe to remember record uniqueID, resize it, find index by DmFindRecordByID and then use DmGetRecord and MemHandleLock?