Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/kernel32/
H A DConsoleCP.c261 ret = ReadConsoleOutputAttribute(hConOut, attrs, 6, c, &len); in test_cp855()
369 ret = ReadConsoleOutputAttribute(hConOut, attrs, 6, c, &len); in test_cp855()
395 ret = ReadConsoleOutputAttribute(hConOut, attrs, 1, c, &len); in test_cp855()
478 ret = ReadConsoleOutputAttribute(hConOut, attrs, 6, c, &len); in test_cp932()
591 ret = ReadConsoleOutputAttribute(hConOut, attrs, 6, c, &len); in test_cp932()
616 ret = ReadConsoleOutputAttribute(hConOut, attrs, 1, c, &len); in test_cp932()
624 ret = ReadConsoleOutputAttribute(hConOut, attrs, 1, c, &len); in test_cp932()
632 ret = ReadConsoleOutputAttribute(hConOut, attrs, 2, c, &len); in test_cp932()
639 ret = ReadConsoleOutputAttribute(hConOut, attrs, 3, c, &len); in test_cp932()
651 ret = ReadConsoleOutputAttribute(hConOut, attrs, 4, c, &len); in test_cp932()
[all …]
/reactos/base/applications/network/telnet/src/
H A Dtconsole.cpp268 ReadConsoleOutputAttribute(hConsole, pAttributes, (DWORD)(CON_COLS), in Lightbg()
294 ReadConsoleOutputAttribute(hConsole, pAttributes, (DWORD)(CON_COLS), in Darkbg()
/reactos/modules/rostests/winetests/kernel32/
H A Dconsole.c55 …expect = ReadConsoleOutputAttribute((hCon), &__attr, 1, (c), &__len) == 1 && __len == 1 && __attr …
295 ReadConsoleOutputAttribute(hCon, &attr, 1, c, &len); in testWriteNotWrappedProcessed()
416 ReadConsoleOutputAttribute(hCon, &attr, 1, c, &len); in testWriteWrappedProcessed()
443 ReadConsoleOutputAttribute(hCon, &attr, 1, c, &len); in testWriteWrappedProcessed()
2542 ret = ReadConsoleOutputAttribute(invalid_table[i].hConsoleOutput, in test_ReadConsoleOutputAttribute()
2560 ret = ReadConsoleOutputAttribute(output_handle, NULL, 0, origin, &count); in test_ReadConsoleOutputAttribute()
2565 ret = ReadConsoleOutputAttribute(output_handle, &attr, 0, origin, &count); in test_ReadConsoleOutputAttribute()
2570 ret = ReadConsoleOutputAttribute(output_handle, &attr, 1, origin, &count); in test_ReadConsoleOutputAttribute()
/reactos/sdk/include/psdk/
H A Dwincon.h545 ReadConsoleOutputAttribute(
/reactos/dll/win32/kernel32/client/console/
H A Dreadwrite.c1422 ReadConsoleOutputAttribute(IN HANDLE hConsoleOutput, in ReadConsoleOutputAttribute() function
/reactos/dll/win32/kernel32/
H A Dkernel32.spec896 @ stdcall ReadConsoleOutputAttribute(long ptr long long ptr)