MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / SetEvent

Function SetEvent

Win32Lib/Win32Lib.cpp:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243void SetEvent(Handle& hEvent)
244{
245 SetEvent(hEvent.get());
246}
247
248void SetEvent(HANDLE hEvent)
249{

Callers 9

WriteMethod · 0.85
AddMethod · 0.85
RemoveMethod · 0.85
AbortMethod · 0.85
~ProcessMonitorMethod · 0.85
AddMethod · 0.85
SignalMethod · 0.85
DBWinReaderMethod · 0.85
NotifyMethod · 0.85

Calls 1

ThrowLastErrorFunction · 0.85

Tested by

no test coverage detected