On Nov 14, 2006, at 3:13 AM, Paul Bellefeuille wrote:
> Hello All,
>
> I have been receiving the following error message (see
below) very
> time I attempt to read the file version of
explorer.exe. I have no
> problems reading other file versions for example
word.exe or
> vgx.dll. Could someone please provide some insight?
>
> if (!isnull(handle))
> {
> ver = GetFileVersion(handle:handle);
> CloseFile(handle:handle);
> }
> NetUseDel();
By defaut, NetUseDel() closes the network socket. Try :
NetUseDel(close:FALSE);
which will release the share, but won't close the network
connection.
-- Renaud
_______________________________________________
Plugins-writers mailing list
Plugins-writers list.nessus.org
http://mail.nessus.org/mailman/listinfo/plugins-writers
a>
|