<div dir="ltr"><div dir="ltr">Hi,<div><br></div><div>Op do 29 apr. 2021 om 16:42 schreef Nipun Garg <<a href="mailto:nipung271@gmail.com">nipung271@gmail.com</a>>:</div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
+static void test_PdhOpenLogA( void )<br>
</blockquote><div><br></div><div>You never call this test anywhere, so it doesn't get run.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
+    ret = PdhOpenLogA( NULL, PDH_LOG_READ_ACCESS, PDH_LOG_TYPE_CSV, NULL, 0, NULL, NULL );<br>
+    ok(ret == PDH_INVALID_HANDLE, "PdhOpenLogA failed 0x%08x\n", ret);<br><br>
+    ret = PdhCloseLog( NULL, 0 );<br>
+    ok(ret == PDH_INVALID_HANDLE, "PdhCloseLog failed 0x%08x\n", ret);<br></blockquote><div><br></div><div>Wine doesn't have these functions yet, so you'll have to handle that.</div><div><br></div><div>Kind regards,</div><div>Gijs</div></div></div>