代码搜索:Events
找到约 10,000 项符合「Events」的源代码
代码结果 10,000
www.eeworm.com/read/119982/14815711
mak wait_events.mak
# Nmake macros for building Windows 32-Bit apps
all: Wait_E~1.exe
# Update the resource if necessary
generic.res:generic.rc generic.h
rc -r -fo generic.res generic.rc
# Update the obj
www.eeworm.com/read/115343/15017008
h servercore_events.h
#ifndef _SERVERCORE_EVENTS_H_
#define _SERVERCORE_EVENTS_H_
//////////////////////////////////////////////////////////////////////////
// Server core event types
BEGIN_DECLARE_EVENT_TYPES()
DE
www.eeworm.com/read/206867/15287680
cpp wait_events.cpp
#include
// Child thread procedure. The child waits to get event. It then sits idle
// for five seconds and sets the event again so another thread can use it.
DWORD WINAPI ChildThre