News:

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

accessing kernel32 functions

Started by captainron, April 12, 2005, 06:55:30 AM

Previous topic - Next topic

captainron

i'm looking for any information on calling library functions (kernel32.inc in particular)

Brett Kuntz

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winprog/winprog/functions_by_category.asp

http://msdn.microsoft.com/library/en-us/winprog/winprog/functions_in_alphabetical_order.asp

Also masm comes with like 4 million cool examples and tutorials by various people, you can find some of them here:

\masm32\examples\EXAMPLE1\GENERIC
D:\masm32\icztutes

Vortex

Hi captainron,

Welcome to the forum.

Below, you can download the Win32 API function reference file covering also kernel32 functions.

http://spiff.tripnet.se/~iczelion/files/win32api.zip

captainron

thanks for the response guys, those were both useful to me.

thomasantony

Add the libraries you require like this in the following format:

include \masm32\include\kernel32.inc

includelib \masm32\lib\kernel32.lib


Thomas :U
There are 10 types of people in the world. Those who understand binary and those who don't.


Programmer's Directory. Submit for free