Re: hnetcfg: Improve INetFwAuthorizedApplication::get_ProcessImageFileName stub.
29 Nov
2016
29 Nov
'16
7:08 a.m.
On 24/11/16 07:22, Bruno Jesus wrote:
From: Michael Müller <michael(a)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
3303
Age (days ago)
3303
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alistair Leslie-Hughes