The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Strobe Raver on August 11, 2009, 10:38:12 PM

Title: 'free' Macro
Post by: Strobe Raver on August 11, 2009, 10:38:12 PM
Does it work for structures?

mystruct ThisHugeStruct <?>
Title: Re: 'free' Macro
Post by: 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.
Title: Re: 'free' Macro
Post by: Strobe Raver on August 12, 2009, 02:36:41 AM
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.