News:

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

Using Win32 API libs

Started by kuzco, February 12, 2009, 08:09:59 AM

Previous topic - Next topic

kuzco

Hello,

I'm interesting myself to ASM, and in particular with MASM32. It's just been 2 days that I read tutorials, and just wanted to know one thing before continuing.

To use Win32 API libs, like psapi.lib for example, is it in Windows SDK documentation than I will found functions offered by this lib ? Just like for C or C++ ? Is it the same lib ? I think so, but wanted to have confirmation...

Thanks for your help

Mark Jones

Hello Kuzco, and welcome to the forum. What you are looking for is the "Win32 Help File." Take a look at the "win32api_big" link here (22MB):

http://www.carabez.com/downloads.html

Regards,
Mark
"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

kuzco

Thanks a lot, I'm going to download it now and have a lok to it !  :U

Vortex

The Win32 API reference is also availabe from Iczelion's website :

http://win32assembly.online.fr/files/win32api.zip

zooba

And yes, to your original question, they are exactly the same libraries. So the Windows SDK or MSDN are suitable references.

Cheers,

Zooba :U

kuzco

Thanks to all, I'm excited to learn it !  :wink