Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Difference between kernel32 and Win32Api?
Message
From
28/10/2003 17:30:05
 
 
To
28/10/2003 17:26:24
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00843842
Message ID:
00843844
Views:
20
I believe that the reference Win32API indicates a known set of .DLLs within Windows to search, while the kernel32 specification is just that single .DLL.


>I have seen example code to declare the same API functions in different ways. Sometimes it uses kernel32 and sometimes it uses Win32Api. Both ways work for me.
>
>For example,
>
>DECLARE Sleep IN Win32API INTEGER nMilliseconds
>
>
>and
>
>
>DECLARE Sleep IN kernel32 INTEGER nMilliseconds
>
>
>both seem to work. Whats the difference between the two ways of declaring? If my app is going to be on a Win2K server which one should I be using?
>
>Thanks,
>Chris
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform