Link to home
Start Free TrialLog in
Avatar of Lucidity
Lucidity

asked on

Kernel32 Exports

Does anyone have a list of Exports from Kernel32?
I'm looking for a full list of functions and their respective arguments....

Thanks
Jason
ASKER CERTIFIED SOLUTION
Avatar of Tommy Hui
Tommy Hui

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The first 100 or so exports are exported only by ordinal, no name. Matt Pietrek has a list of most of these functions, and he wrote a little about some of them in his book "Windows 95 System Programming Secrets". I can give the list to you if you need it (only function names, not prototypes)