On Tue Jun 18 11:42:50 2024 +0000, Nikolay Sivov wrote:
Depends on what it should do, but yes, if it's not clearly documented and used return code with special meaning, we might as well mask them all.
Cool. From what I can tell, it's just letting the caller know not everything wasnt successful.
Where we call it from msdao15, we only care if we have an interface and make a connection later.
Patch updated to always return S_OK in these cases.