Click here to Skip to main content
15,889,651 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
are these functions SendMessage & ReleaseCapture used in user32.dll file? and if yes then what is the work of these both? please explain.
Posted

Looking at MSDN, I found these links.

SendMessage[^]
ReleaseCapture[^]
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 18-Jul-11 1:42am    
Sure, my 5, but there is a general way to checkup things like that.
Please see my answer.
--SA
Yes they are both part of the user32.dll file.
You can read about SendMessage here[^] and ReleaseCapture here[^].
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 18-Jul-11 1:42am    
Sure, my 5, but there is a general way to checkup things like that.
Please see my solution.
--SA
Abhinav S 18-Jul-11 1:43am    
Thanks.
Sometimes you don't want to find the DLL in the documentation. Here is the simple method to check up things: use some binary dump utility, such as DUMPBIN.EXE, which is bundled with all versions of Visual Studio and can be run under Visual Studio command prompt; see http://msdn.microsoft.com/en-us/library/c1h23y6c%28v=vs.71%29.aspx[^].

—SA
 
Share this answer
 
Comments
Abhinav S 18-Jul-11 1:44am    
There is a tool called API Viewer that helps us view these details as well. I often use that.
My 5.
Sergey Alexandrovich Kryukov 18-Jul-11 1:54am    
Thank you, Abhinav.
Is it 3rd-party something?
--SA
Abhinav S 18-Jul-11 2:13am    
Naah - it used to come with the Visual Studio install before .Net.
tanisha pandey 22-Jul-11 5:16am    
thank u. it's helpful for me.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900