LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Where can i find the User32.dll header files?

Solved!
Go to solution

Hi

 

Is there any way to get the header file and library file of User32.dll or If I want to use a function from a User32.dll where can i get the parameters and arguments for that function which is required to call.

 

Thanks & Regards

Samuel J

System Engineer

Captronic Systems

 

samuel@captronicsystems.com

0 Kudos
Message 1 of 3
(13,558 Views)

Hi Samuel,

see MSDN for the info you need, e.g. this:

http://msdn.microsoft.com/en-us/library/ms646260(VS.85).aspx

 

Mike

Message 2 of 3
(13,557 Views)
Solution
Accepted by topic author Samuel_James

Hi,

 

In general you don't need "user32.h" because the functions are declared in Winuser.h (you should include Windows.h).

Otherwise, if you need user32.h only, then you can get this file together with Debugging Tools 

After install you will get this file at C:\Program Files\Debugging Tools for Windows\winext\manifest\user32.h

 

regards,

 

Andrey. 

 

 

Message 3 of 3
(13,544 Views)