I have created an Asl requester, FileReq=AllocFileRequest(), and use it with AslRequestTags().
All is working just fine. I initialize it once, use it several times, then FreeFileRequest(FileReq); at program quit.
It is working fine, but is this a good idea? Should I allocate it every time before opening the requester and free it right after?
Sun, 2014-11-09 02:14
#1
Re-use AllocFileRequest()