Understanding List of Methids and its Usage in User-32 DLL

  • Thread starter PhysicsBegner
  • Start date
  • Tags
    List
In summary, the conversation is about understanding the list of functions, their parameters, and usage in the User-32 DLL. The speaker suggests using a dis-assembler and a Win32 reference guide to get this information. They also recommend finding a reputable book on Win32 API programming from Amazon Books. There are potential challenges when calling system DLL's in Windows.
  • #1
PhysicsBegner
23
0
Understading List of Methids and its Usage in User-32 DLL

I would want to understand the list of functions, its Parameters and its usage in User-32 DLL. Could anyone let me know the online source for it.

Thank You.
 
Technology news on Phys.org
  • #2
Hey PhysicsBegner.

I would suggest you use a dis-assembler to get the exported function table for that DLL, and then get a copy of the Win32 reference guide to get a definition and usage specification for each individual function.
 
  • #3
I would suggest going to Amazon Books and finding a well-regarded book on Win32 API programming. There are a LOT of pitfalls in calling system DLL's in Windows.
 

Similar threads

Replies
15
Views
2K
Replies
3
Views
757
Replies
1
Views
2K
Replies
0
Views
2K
Replies
13
Views
4K
Replies
23
Views
2K
Replies
6
Views
3K
Back
Top