MCPcopy 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
526void
527CloseConsole()
528{
529 fclose(stderr);
530 fclose(stdout);
531
532 FreeConsole();
533}
534
535void
536ConsoleErrMesPipe(LPCWSTR err, HANDLE hPipe)

Callers 2

InitInstanceMethod · 0.85
~OutputHandlerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected