Subj : Re: Kernel32 To : comp.programming From : Scott Moore Date : Mon Oct 03 2005 12:56 pm xxx xxx wrote On 10/02/05 16:40,: > Hello, > does somebody have a documentation about the kernel32.dll functions. > > Thanks, > Mattia > Kernel32.dll is one of the basic modules to Windows, and contains many of the operating systems interface calls. So looking to the documentation from www.msdn.com will show you what the calls do. If you want an exact list of the calls, as another poster suggested, a dump utility will give you that, but not tell you what the functions do, thats what www.msdn.com is for. .