Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ closeWinHandle
Function
closeWinHandle
v2/engine/execnt.c:533–540 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
531
*/
532
533
static void closeWinHandle( HANDLE * const handle )
534
{
535
if ( *handle )
536
{
537
CloseHandle( *handle );
538
*handle = 0;
539
}
540
}
541
542
543
/*
Callers
1
exec_wait
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected