Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TranslucentTB/TranslucentTB
/ CloseHandleFailFast
Function
CloseHandleFailFast
ExplorerHooks/common.cpp:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include <wil/result.h>
4
5
void CloseHandleFailFast(HANDLE handle) noexcept
6
{
7
FAIL_FAST_IF_WIN32_BOOL_FALSE(CloseHandle(handle));
8
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected