Ruby/Справочник/Windows::Synchronize
Класс Windows::Synchronize Править
(нет описания...)
Константы
CreateEvent, CreateMutex, CreateSemaphore, EVENT_ALL_ACCESS, EVENT_MODIFY_STATE, GetOverlappedResult, INFINITE, MUTEX_ALL_ACCESS, MUTEX_MODIFY_STATE, MWMO_ALERTABLE, MWMO_INPUTAVAILABLE, MWMO_WAITALL, MsgWaitForMultipleObjects, MsgWaitForMultipleObjectsEx, OpenEvent, OpenMutex, OpenSemaphore, QS_ALLEVENTS, QS_ALLINPUT, QS_ALLPOSTMESSAGE, QS_HOTKEY, QS_INPUT, QS_KEY, QS_MOUSE, QS_MOUSEBUTTON, QS_MOUSEMOVE, QS_PAINT, QS_POSTMESSAGE, QS_RAWINPUT, QS_SENDMESSAGE, QS_TIMER, ReleaseMutex, ReleaseSemaphore, ResetEvent, SEMAPHORE_ALL_ACCESS, SEMAPHORE_MODIFY_STATE, SetEvent, WAIT_ABANDONED, WAIT_FAILED, WAIT_OBJECT_0, WAIT_TIMEOUT, WaitForMultipleObjects, WaitForMultipleObjectsEx, WaitForSingleObject, WaitForSingleObjectEx
Методы объекта
CreateEvent, CreateMutex, CreateSemaphore, GetOverlappedResult, MsgWaitForMultipleObjectsEx, MsgWaitForMultipleObjects, OpenEvent, OpenMutex, OpenSemaphore, ReleaseMutex, ReleaseSemaphore, ResetEvent, SetEvent, WaitForMultipleObjectsEx, WaitForMultipleObjects, WaitForSingleObjectEx, WaitForSingleObject
Windows::Synchronize#CreateEvent Править
CreateEvent(attributes, reset, state, name)
(нет описания...)
Windows::Synchronize#CreateMutex Править
CreateMutex(attributes, owner, name)
(нет описания...)
Windows::Synchronize#CreateSemaphore Править
CreateSemaphore(attributes, initial, max, name)
(нет описания...)
Windows::Synchronize#GetOverlappedResult Править
GetOverlappedResult(handle, overlapped, bytes_transferred, wait)
(нет описания...)
Windows::Synchronize#MsgWaitForMultipleObjects Править
MsgWaitForMultipleObjects(count, handles, wait, milli, mask)
(нет описания...)
Windows::Synchronize#MsgWaitForMultipleObjectsEx Править
MsgWaitForMultipleObjectsEx(count, handles, milli, mask, flags)
(нет описания...)
Windows::Synchronize#OpenEvent Править
OpenEvent(access, handle, name)
(нет описания...)
Windows::Synchronize#OpenMutex Править
OpenMutex(access, handle, name)
(нет описания...)
Windows::Synchronize#OpenSemaphore Править
OpenSemaphore(access, handle, name)
(нет описания...)
Windows::Synchronize#ReleaseMutex Править
ReleaseMutex(handle)
(нет описания...)
Windows::Synchronize#ReleaseSemaphore Править
ReleaseSemaphore(handle, release_count, previous_count)
(нет описания...)
Windows::Synchronize#ResetEvent Править
ResetEvent(handle)
(нет описания...)
Windows::Synchronize#SetEvent Править
SetEvent(handle)
(нет описания...)
Windows::Synchronize#WaitForMultipleObjects Править
WaitForMultipleObjects(count, handles, wait_all, milliseconds)
(нет описания...)
Windows::Synchronize#WaitForMultipleObjectsEx Править
WaitForMultipleObjectsEx(count, handles, wait_all, milliseconds, alertable)
(нет описания...)
Windows::Synchronize#WaitForSingleObject Править
WaitForSingleObject(handle, milliseconds)
(нет описания...)
Windows::Synchronize#WaitForSingleObjectEx Править
WaitForSingleObjectEx(handle, milliseconds, alertable)
(нет описания...)