Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ CloseConsole
Function
CloseConsole
libcppcryptfs/util/util.cpp:526–533 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
524
}
525
526
void
527
CloseConsole()
528
{
529
fclose(stderr);
530
fclose(stdout);
531
532
FreeConsole();
533
}
534
535
void
536
ConsoleErrMesPipe(LPCWSTR err, HANDLE hPipe)
Callers
2
InitInstance
Method · 0.85
~OutputHandler
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected