<div dir="ltr"><div>Well, there was a comment in the bugreport that it might be a BOOL, so I added test to show that it is a HRESULT;  that was the only reason to add the test</div><div><br></div><div>Regards  </div></div><div class="gmail_extra"><br><div class="gmail_quote">2018-07-10 16:44 GMT+02:00 Vincent Povirk <span dir="ltr"><<a href="mailto:vincent@codeweavers.com" target="_blank">vincent@codeweavers.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> +    hr =  pCorIsLatestSvc(&unk1, &unk2);<br>
> +    ok(hr == S_OK, "CorIsLatestSvc returned %08x\n", hr);<br>
<br>
</span>Does it really make sense to test this, given that we have no way of<br>
knowing the true function prototype and no reason to implement it?<br>
</blockquote></div><br></div>