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

Not just Windows 7 but all versions up to Windows 11.
This commit is contained in:
Francois Gouget 2023-03-25 18:51:06 +01:00 committed by Alexandre Julliard
parent ee2c7dc881
commit 4385a3c29e

View file

@ -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);