ED
Size: a a a
ED
ED
AK
P
HANDLE hSendBusy;в конструкторе:
hSendBusy = CreateMutex(NULL, true, NULL);в методе класса:
...
ReleaseMutex(hSendBusy);
WaitForSingleObject( hSendBusy, INFINITE );в Execute() методе класса (выполняется отдельным потоком):
...
ReleaseMutex(hSendBusy);
WaitForSingleObject( hSendBusy, INFINITE );?
...
ReleaseMutex(hSendBusy);
P
r
P
AJ
AJ
AK
SK
AJ
LZ
LZ
LZ
AK
AK
LZ
AJ
SK