|
-
Feb 28th, 2025, 02:43 AM
#1
Re: Reading ZIP and DOCX files and unpacking image files in memory
Just a small note, Microsoft says ILFree shouldn't be used, use CoTaskMemFree instead.
Note When using Windows 2000 or later, use CoTaskMemFree rather than ILFree. ITEMIDLIST structures are always allocated with the Component Object Model (COM) task allocator on those platforms.
-
Feb 28th, 2025, 06:46 AM
#2
Thread Starter
Fanatic Member
Re: Reading ZIP and DOCX files and unpacking image files in memory
 Originally Posted by fafalone
Just a small note, Microsoft says ILFree shouldn't be used, use CoTaskMemFree instead.
Thanks, I'll know, I changed it in my program.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|