MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / OutputHandler

Method OutputHandler

cppcryptfs/ui/MountPropertyPage.cpp:1195–1203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1193}
1194
1195OutputHandler::OutputHandler(HANDLE hPipe)
1196{
1197 m_hPipe = hPipe;
1198 if (!have_pipe()) {
1199 m_have_console = OpenConsole(0);
1200 } else {
1201 m_have_console = false;
1202 }
1203}
1204
1205OutputHandler::~OutputHandler()
1206{

Callers

nothing calls this directly

Calls 1

OpenConsoleFunction · 0.85

Tested by

no test coverage detected