Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need book to learn Win32Api
Message
From
22/02/1997 23:12:07
 
 
To
22/02/1997 19:49:27
General information
Forum:
Visual FoxPro
Category:
User groups
Miscellaneous
Thread ID:
00021647
Message ID:
00021666
Views:
41
>So where in the Fox documentation do I find the list of Windows API functions and the DLLs in which they reside???? (this is a rhetorical question, but to be truly useful that list should be right in the DECLARE DLL documentation)

The list is in Win32API.hlp file. You don't need to know in which DLL resides each function. I quote from VFP help:

"IN LibraryName

Specifies the name of the external Windows .DLL containing the Windows 32-bit .DLL function specified with FunctionName. If you specify WIN32API for the LibraryName, Visual FoxPro searches for the 32-bit Windows .DLL function in KERNEL32.DLL, GDI32.DLL, USER32.DLL, MPR.DLL, and ADVAPI32.DLL."

So, you can use WIN32API and FoxPro will look in all Windows' 32-DLLs. This is a great feature, isn't it?

Vlad
Previous
Reply
Map
View

Click here to load this message in the networking platform