Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Shell32.DLL
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Divers
Thread ID:
00766167
Message ID:
00766172
Vues:
20
>Suppose i use: DECLARE LONG ShellExecute IN Shell32.DLL
>
>1- Will the expression above work under
>any version of windows ?


The above wouldn't work under any version because it's missing parameter declarion. You can find correct declaration in ShellExecute API #12636. The function itself should work under any 32 bit Windows version.

>2- Will Shell32.DLL file be kept in newer versions of windows
>for compatibility?


So far MS didn't provide any Windows API functions that supercedes it. Even if they do, it will be avaialable for many versions.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform