UDF > WinAPIEx > Files & Devices > Files >


_WinAPI_FindClose

Ferme un handle de recherche de fichier

#include <WinAPIFiles.au3>
_WinAPI_FindClose ( $hSearch )

Paramètre

$hSearch Le handle de recherche du fichier ouvert par les fonctions _WinAPI_FindFirst....

Valeur de retour

Succès: Retourne True.
Échec: Retourne False, appelez _WinAPI_GetLastError() pour obtenir des informations sur l'erreur

Voir aussi

Consultez FindClose dans la librairie MSDN.