Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
601
static void closeWinHandle( HANDLE * const handle )
602
{
603
if ( *handle )
604
{
605
CloseHandle( *handle );
606
*handle = 0;
607
}
608
}
609
610
611
/*
Callers
2
exec_wait
Function · 0.85
reportWindowsError
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected