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

Function IsHandleValid

BeefySysLib/platform/win/Platform.cpp:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205#endif
206
207static bool IsHandleValid(HANDLE handle)
208{
209 return (handle != NULL) && (handle != INVALID_HANDLE_VALUE);
210}
211
212WindowsSharedInfo* GetSharedInfo()
213{

Callers 5

GetFileInfoFunction · 0.70
ShutdownMethod · 0.70
~BfpSpawnMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected