LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Windows .dll prototype

Hi guys,
 
I'm exploring windows dll's and I think that may be very usefull for my work. But if I don't know it's function prototype I can't use them. Searching in the internet for this, result in 0 topics.
 
Can someone tell me where can I find this? (msdn site didn't help me)
 
Best regards,
 
Jorge Amaral
Software developer
www.mcm-electronics.com





PORTUGAL
0 Kudos
Message 1 of 3
(2,516 Views)
Microsoft has the Windows API Reference and a link to much more is the Win32 and COM Development.

Message Edited by Dennis Knutson on 01-15-2007 09:04 AM

0 Kudos
Message 2 of 3
(2,511 Views)

Which functions are you looking for?

The MSDN does cover the Win32 API functions, but it doesn't have the header files you need in order to know the numeric values for some of the constants.

You can usually find these header files by searching the web, but make sure you have a version that's compatible to your version of Windows.

If you are trying to use undocumented functions, then you are correct and they would not be listed in the MSDN.


___________________
Try to take over the world!
Message 3 of 3
(2,503 Views)