On Fri Aug 5 18:24:34 2022 +0000, Tobias G��rgens wrote:
Yes, it compiles currently, as it doesn't follow the microsoft doc: it has HRETURN as return value instead of void and uses the DLLVERSIONINFO structure. This is both not compliant with the MS docs. As I had issues with the current implementation in early testing, I fixed both. Though, if that is not wanted, I can revert these changes. However, this seems to me more like kicking the can down the road to be honest: should an application really rely on it, it would have to be corrected again, even though this already is a working implementation (at least in my testing) A second issue would be that I wouldn't know how to fix the return field if a wrong structure is handed over
How would you test if return value is void and not S_OK all the time? Structure has the same layout, only field names are different.