Welcome![Sign In][Sign Up]
Location:
Search - CreateEvent SetEvent

Search list

[Windows Developshowtraf-1.7.0-src

Description: GetTickCount Sleep CreateEvent CloseHandle ResetEvent SetEvent WaitForSingleObject WaitForMultipleObjects AllocConsole GetStdHandle FreeConsole GetLocalTime WriteConsole
Platform: | Size: 839680 | Author: sanjay | Hits:

[Process-ThreadCreateEvent

Description: 通过CreateEvent(),SetEvent()函数实现线程通知主线程结束,主线程继续执行。-Through the CreateEvent (), SetEvent () function to inform the main thread the end of the thread, the main thread to continue.
Platform: | Size: 3189760 | Author: 逍遥客 | Hits:

[ISAPI-IEproxy32

Description: 代理程序模块支持多种常用代理: 1, http代理(支持模式:GET,POST,CONNECT) 2, Sock4代理 等-DeleteService StartServiceCtrlDispatcher RegisterServiceCtrlHandler SetServiceStatus Sleep GetCurrentDirectory GetModuleFileName GetSystemDirectory CopyFile OpenSCManager CreateService CloseServiceHandle OpenService CWinApp CWinThread CreateThread MessageBox CreateEvent CString OutputDebugString WaitForSingleObject CloseHandle SetEvent GetLastError
Platform: | Size: 252928 | Author: abner | Hits:

[Windows DevelopTestEvent

Description: 事件的使用实例。主要示例了CreateEvent、SetEvent、ResetEvent、WaitForSingleObject函数的使用。-Events use cases. Major example of the CreateEvent, SetEvent, ResetEvent, WaitForSingleObject function to use.
Platform: | Size: 26624 | Author: zhangzl | Hits:

[Windows DevelopMutex

Description: 首先,调用 CreateEvent函数创建一个事件对象,该函数返回一个事件句柄。然后,可以设置(SetEvent)或者复位(ResetEvent)一个事件对象,也可以发一个事件脉冲(PlusEvent),即设置一个事件对象,然后复位它。复位有两种形式:自动复位和人工复位。在创建事件对象时指定复位形式。 自动复位:当对象获得信号后,就释放下一个可用线程(优先级别最高的线程;如果优先级别相同,则等待队列中的第一个线程被释放)。 人工复位:当对象获得信号后,就释放所有可利用线程。 最后,使用 CloseHandle销毁创建的事件对象。 -thread
Platform: | Size: 1024 | Author: zjbcp | Hits:

[Windows DevelopTCreateEventh

Description: 通过CreateEvent(),SetEvent()函数实现现线程通知主线程结束,主线程继续执行。, -By CreateEvent (), SetEvent () function is now thread notify the main thread to the end of the main thread to continue execution. ,
Platform: | Size: 3191808 | Author: weijunyan002 | Hits:

CodeBus www.codebus.net