hnetcfg: Improve INetFwAuthorizedApplication::get_ProcessImageFileName stub.

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Tue Nov 29 01:08:25 CST 2016


On 24/11/16 07:22, Bruno Jesus wrote:
> From: Michael Müller <michael at fds-team.de>
> 
> Manually tested using vbscript.
> 
> @@ -250,7 +252,18 @@ static HRESULT WINAPI fw_app_get_ProcessImageFileName(
>      fw_app *This = impl_from_INetFwAuthorizedApplication( iface );
>  
>      FIXME("%p, %p\n", This, imageFileName);
> -    return E_NOTIMPL;
> +
> +    if (!imageFileName)
> +        return E_INVALIDARG;
The return value here is incorrect.  I've sent an updated patch+tests to
wine-patches

Best Regards
 Alistair Leslie-Hughes






More information about the wine-devel mailing list