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
kernel32.lib
kernel32.lib
- Attachments
-
- kernel32-v01.zip
- (631 Bytes) Downloaded 397 times