Partager via


Fonction PathIsExe (shlobj_core.h)

[PathIsExe est disponible pour une utilisation dans les systèmes d’exploitation spécifiés dans la section Configuration requise. Il peut être modifié ou indisponible dans les versions suivantes.]

Détermine si un fichier est un exécutable en examinant l’extension de nom de fichier.

Syntaxe

BOOL PathIsExe(
  [in] PCWSTR pszPath
);

Paramètres

[in] pszPath

Type : PCWSTR

Pointeur vers une chaîne Unicode terminée par null qui contient le chemin d’accès du fichier, qui inclut le nom du fichier.

Valeur retournée

Type : BOOL

Retourne TRUE si l’extension de nom de fichier est .cmd, .bat, .pif, .scf, .exe, .com ou .scr ; sinon, FALSE.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows XP [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2003 [applications de bureau uniquement]
Plateforme cible Windows
En-tête shlobj_core.h (inclure Shlobj.h)
Bibliothèque Shell32.lib
DLL Shell32.dll (version 5.0 ou ultérieure)