How do you free windows handle pointer in Delphi 7?

Posted by xkingpin on Stack Overflow See other posts from Stack Overflow or by xkingpin
Published on 2010-06-15T03:21:01Z Indexed on 2010/06/15 4:32 UTC
Read the original article Hit count: 167

Filed under:
|

I am using a third party tool that is pointing to images in memory with a windows handle.

The tool stats that you are responsible for freeing handle. So how would you free that handle in Delphi 7? The datatype for the handle is LONG

© Stack Overflow or respective owner

Related posts about delphi

Related posts about memory-leaks