| 1832 | } |
| 1833 | |
| 1834 | void kwsysProcessSetupPipeNative(HANDLE native, PHANDLE handle) |
| 1835 | { |
| 1836 | /* Close the existing handle. */ |
| 1837 | kwsysProcessCleanupHandle(handle); |
| 1838 | /* Store the new given handle. */ |
| 1839 | *handle = native; |
| 1840 | } |
| 1841 | |
| 1842 | /* Close the given handle if it is open. Reset its value to 0. */ |
| 1843 | void kwsysProcessCleanupHandle(PHANDLE h) |
no test coverage detected
searching dependent graphs…