MCPcopy Create free account
hub / github.com/beefytech/Beef / IsHandleValid

Function IsHandleValid

IDEHelper/WinDebugger.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82static bool IsHandleValid(HANDLE handle)
83{
84 return (handle != NULL) && (handle != INVALID_HANDLE_VALUE);
85}
86
87//////////////////////////////////////////////////////////////////////////
88

Callers 3

GetStdHandlesMethod · 0.70
DoOpenFileMethod · 0.70
DetachMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected