Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ IsRedirected
Function
IsRedirected
Libraries/unrar/consio.cpp:12–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
#ifdef _WIN_ALL
12
static bool IsRedirected(DWORD nStdHandle)
13
{
14
HANDLE hStd=GetStdHandle(nStdHandle);
15
DWORD Mode;
16
return GetFileType(hStd)!=FILE_TYPE_CHAR || GetConsoleMode(hStd,&Mode)==0;
17
}
18
#endif
19
20
Callers
1
InitConsole
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected