UDF > WinAPIEx > ShellEx >


_WinAPI_ShellExecuteEx

Effectue une op�ration sur un fichier sp�cifi�

#include <WinAPIShellEx.au3>
_WinAPI_ShellExecuteEx ( ByRef $tSHEXINFO )

Param�tre

$tSHEXINFO Structure $tagSHELLEXECUTEINFO qui contient et re�oit des informations sur l'application en cours d'ex�cution.

Valeur de retour

Succ�s: Retourne True.
�chec: Retourne False.

Remarques

Les constantes $SE_ERR_* n�cessie #include <APIShellExConstants.au3>.
Si la fonction r�ussit, elle d�finit le membre "hInstApp" de la structure $tagSHELLEXECUTEINFO � une valeur sup�rieure � 32.
Si la fonction �choue, "hInstApp" est d�fini � une des constantes $SE_ERR_* qui indique au mieux la cause de l'�chec.
Les valeurs d'erreur $SE_ERR_* sont fournis pour une compatibilit� avec _WinAPI_ShellExecute() . Pour obtenir une information plus pr�cise sur l'erreur, utilisez _WinAPI_GetLastError().

En relation

_WinAPI_ShellExecute

Voir aussi

Consultez ShellExecuteEx dans la librairie MSDN.