MCPcopy Create free account
hub / github.com/boostorg/build / closeWinHandle

Function closeWinHandle

src/engine/execnt.cpp:601–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599 */
600
601static void closeWinHandle( HANDLE * const handle )
602{
603 if ( *handle )
604 {
605 CloseHandle( *handle );
606 *handle = 0;
607 }
608}
609
610
611/*

Callers 2

exec_waitFunction · 0.85
reportWindowsErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected