Using Undocumented API calls in Win32
- Posted by nonlerer at WEBQUEST.COM Jun 18, 1998
- 676 views
Dear Folks, Does anyone know how to use undocumented (and unexported) API functions. for example, to thunk 16bit DLLs, there is a function LoadLibrary16() in kernel32.dll at function #37 (i think). Kernel doesn't publicly export functions until arount #100 or so. the others are private. How do you link to these other functions. In C, you would do this with an imports staement in the .DEF file. thanks, nonlerer