Ends a network resource enumeration started by a call to _WinNet_OpenEnum()
#include <WinNet.au3>
_WinNet_CloseEnum ( $hEnum )
$hEnum | Handle that identifies an enumeration instance. The handle is returned by the _WinNet_OpenEnum() function |
Success: | True. |
Failure: | False. |
Search WNetCloseEnum in MSDN Library.