kernel32.lib

Here you can attach your files or example so others can use it, discussions needs to be done at the general board
Post Reply
magna
Posts: 30
Joined: Tue Nov 08, 2005 3:00 pm

kernel32.lib

Post: # 559Post magna
Thu Jan 21, 2010 12:20 pm

I started to write a small program with access to the registry. For this task I need some functions from kernel32.dll. I already collected WinAPI function declarations from the forum and the examples and gathered them in a kernel32.lib. Maybe this can be of any use for someone else. Until now there are only a few functions declared but I plan to post more complete versions in the future.

list of declarations
 * Beep  
 * CopyFileA
 * GetComputerNameA
 * GetSystemRegistryQuota
Attachments
kernel32-v01.zip
(631 Bytes) Downloaded 318 times

Post Reply