Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/kernel32/
H A Dprocess.c3492 HANDLE hstdin, hstdout, hstderr, htemp; in test_DetachStdHandles() local
3500 htemp = CreateFileA(tempfile, GENERIC_READ|GENERIC_WRITE, 0, NULL, OPEN_EXISTING, 0, 0); in test_DetachStdHandles()
3501 ok(htemp != INVALID_HANDLE_VALUE, "failed opening temporary file\n"); in test_DetachStdHandles()
3510 SetStdHandle(STD_INPUT_HANDLE, htemp); in test_DetachStdHandles()
3511 SetStdHandle(STD_OUTPUT_HANDLE, htemp); in test_DetachStdHandles()
3512 SetStdHandle(STD_ERROR_HANDLE, htemp); in test_DetachStdHandles()
3533 CloseHandle(htemp); in test_DetachStdHandles()