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)
(нет описания...)