The MASM Forum Archive 2004 to 2012

General Forums => The Laboratory => Topic started by: hutch-- on July 05, 2005, 03:33:05 AM

Title: 2 macro for prototyping addresses
Post by: hutch-- on July 05, 2005, 03:33:05 AM
The example contains 2 macros for prototyping STDCALL and C procedures where the starting address and argument list is known. they are useful where you load a procedure address with GetProcAddress() or get the address of a procedure in a DLL which is contained in a virtual table. These supercede the DDPROTO macro in the macros.asm file as they are easier to use and more flexible.

[attachment deleted by admin]
Title: Re: 2 macro for prototyping addresses
Post by: Ghirai on July 05, 2005, 12:49:36 PM
Thanks, very nice work.