简体   繁体   中英

Is there a way to see the full signature of functions in an unmanaged dll like user32.dll , kernel32.dll?

I know I can see a list of functions inside the dll by using dumpbin /exports [filename] .

Is there a way to see the signature of these functions (what parameters I need to invoke it)?

Refer to official documents: winuser.h header and processthreadsapi.h header for lists of functions in user32.dll and kernel32.dll.

For the signature of one specified function click the function name you will be directed to its document where you can find almost all about the function.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM