20 Dec
2017
20 Dec
'17
6:08 a.m.
Alex Henrie <alexhenrie24(a)gmail.com> wrote:
This will help us figure out why this test fails intermittently on Windows 10. ... - ok(apiReturn == RPC_X_NULL_REF_POINTER, "null pointer\n"); + ok(apiReturn == RPC_X_NULL_REF_POINTER, + "NetWkstaTransportEnum returned %d\n", apiReturn);
Since this is basically an NT status code it would help better when being printed in hex. -- Dmitry.