Commit 4385a3c2 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

schedsvc/tests: Document SchRpcGetTaskInfo() calls that crash on Windows.

Not just Windows 7 but all versions up to Windows 11.
parent ee2c7dc8
......@@ -471,7 +471,7 @@ START_TEST(rpcapi)
MIDL_user_free(names[0]);
MIDL_user_free(names);
if (0) /* crashes under win7 */
if (0) /* each of these crashes on Windows 7 to 11 */
{
hr = SchRpcGetTaskInfo(NULL, 0, NULL, NULL);
hr = SchRpcGetTaskInfo(L"Task1", 0, NULL, NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment