Log in

View Full Version : kernel32 description?


Snej
April 15th, 2004, 13:28
I found
http://mitglied.lycos.de/pepage/k32.htm
("http://mitglied.lycos.de/pepage/k32.htm
")
and I´m looking for descriptions - the ins and outs of these functions
has someone a useful link for me plz?

thx Snej

Pumqara
April 15th, 2004, 22:57
wow.This is the Export Functions list of kernel32.dll.
The link you need is: http://msdn.microsoft.com ("http://msdn.microsoft.com")

Snej
April 16th, 2004, 03:13
I visited already. But I only found usage in C++.
In C++ there are not described all these functions but I think the compiler might translate them into asm code.

What I´m looking for is the usage for asm programming.
I think that this isnt supported by MS (especially the undocumented ordinal functions), so I´m asking you whether someone had something worked out.

What I want is writing some asm code which allocates memory or loads dlls or something similar.

Thx Snej

TBD
April 16th, 2004, 04:12
Snej:

Win32Api.hlp ("http://spiff.tripnet.se/~iczelion/files/win32api.zip") = Win32API help file [8mb zip] - A MUST
Microsoft Win32 Knowledge Base ("http://spiff.tripnet.se/~iczelion/files/WIN32KB.EXE") = collection of Q&A related to win32 programming [854k zip]

thanks to Iczelion ("http://win32asm.cjb.net") for hosting the files

remember
this is a bit old info (win95 era) but you can use it. also check msdn for updated info.