views:

5

answers:

0

I have a problem because all though I can see the procedures inside the .inc files most of the actual code as been processed into .lib files. I have tried doing searches inside msdn and the masm hlp files. The win32 api has some of the information neccessary to make correct procedure calls but only for some of the procedures.

What I need is something equivilent to a java doc (or atleast the parameter names) for the various functions that come with masm32.

Does any body know of some kind of resource or reference I can use?