Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
API Routine Not Working
Message
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00999467
Message ID:
00999478
Views:
35
>You must write WIN32API instead USER32 when you declare the Api.

There's no such requirement. You can either specify exact name of DLL that hosts API functions or WIN32API which will cause VFP to search in Kernel32.dll, Gdi32.dll, User32.dll, Mpr.dll, and Advapi32.dll. The first one is faster and only a choice if DLL isn't in the above list.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform