Zdarzenie - przykład kodu programu | ||
#include <windows.h> #include <iostream.h> void main(int argc,char *argv[]) { HANDLE ev=CreateEvent(NULL,FALSE,FALSE,"nt5bbevent"); if (argc==l) { cout«"Waiting for event!\n"; cout. flush () ; WaltFor SingleObj ect(ev,INFINITE); cout«"Event fired!\n"; cout. flush () ; } else { cout«"Setting event\n"; SetEvent (ev) ; } Cios eHandle(e v); } |
Programowanie współbieżne w systemach operacyjnych Windows NT/2000
© Marek Nowak