Home
last modified time | relevance | path

Searched refs:max_instances (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/kernel32/
H A Dpipe.c134 …DWORD flags = 0xdeadbeef, out_buf_size = 0xdeadbeef, in_buf_size = 0xdeadbeef, max_instances = 0xd… in _test_pipe_info() local
137 res = GetNamedPipeInfo(pipe, &flags, &out_buf_size, &in_buf_size, &max_instances); in _test_pipe_info()
142 …ok_(__FILE__,line)(max_instances == ex_max_instances, "max_instances = %x, expected %u\n", max_ins… in _test_pipe_info()