MCPcopy Create free account
hub / github.com/Kitware/CMake / kwsysProcessSetupSharedPipe

Function kwsysProcessSetupSharedPipe

Source/kwsys/ProcessWin32.c:1826–1832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1824}
1825
1826void kwsysProcessSetupSharedPipe(DWORD nStdHandle, PHANDLE handle)
1827{
1828 /* Close the existing handle. */
1829 kwsysProcessCleanupHandle(handle);
1830 /* Store the new standard handle. */
1831 *handle = GetStdHandle(nStdHandle);
1832}
1833
1834void kwsysProcessSetupPipeNative(HANDLE native, PHANDLE handle)
1835{

Callers 1

kwsysProcess_ExecuteFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…