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

  • Thread starter Thread starter PhysicsBegner
  • Start date Start date
  • Tags Tags
    List
AI Thread Summary
The discussion focuses on understanding the functions and parameters of the User32 DLL in Windows. A suggestion is made to use a disassembler to access the exported function table of the DLL, which can help identify available functions. Additionally, obtaining a Win32 reference guide is recommended for detailed definitions and usage specifications of each function. The importance of consulting reputable resources, such as well-regarded books on Win32 API programming, is emphasized due to the complexities and potential pitfalls involved in calling system DLLs in Windows.
PhysicsBegner
Messages
22
Reaction score
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
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.
 
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.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...

Similar threads

Back
Top