News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

'free' Macro

Started by Strobe Raver, August 11, 2009, 10:38:12 PM

Previous topic - Next topic

Strobe Raver

Does it work for structures?

mystruct ThisHugeStruct <?>

hutch--

Look at the macro in the macros.asm file and you will answer the question yourself. It is an abbreviation for the GlobalFree() Windows API.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Strobe Raver

Quote from: hutch-- on August 12, 2009, 02:07:52 AM
Look at the macro in the macros.asm file and you will answer the question yourself. It is an abbreviation for the GlobalFree() Windows API.

Thank you for the information.