Hello everyone,

I have a quick question about lists and form destruction.  If I have changed
the list items through
LstSetListChoices() passing as a parameter a pointer array, I have read that
I have to unlock and free
the pointer array myself.

So can I call

hndl = MemPtrRecoverHandle(listP->itemsText);
MemHandleUnlock(hndl);
MemFreeHandle(hndl);

?

Thanks very much,

Steve


Reply via email to