Enum UioHookResult
Represents a result of an operation of libuiohook.
public enum UioHookResult
Fields
ErrorAxApiDisabled = 64Accessibility API access is disabled for the process (macOS)
ErrorAxApiRevoked = 69Accessibility API access has been revoked for the process (macOS)
ErrorCreateEventPort = 65Failed to create an event port (macOS)
ErrorCreateInvisibleWindow = 50Couldn't create an invisible window which will listen to screen changes (Windows)
ErrorCreateObserver = 68CFRunLoopObserverCreatehas failed (macOS)ErrorCreateRunLoopSource = 66CFRunLoopSourceCreateorCFMachPortCreateRunLoopSourcehas failed (macOS)ErrorGetModuleHandle = 49Couldn't get a module handle for
SetWindowsHookEx(Windows)ErrorGetRunLoop = 67CFRunLoopGetCurrenthas failed (macOS)ErrorNull = 3null was passed to PostText(string) or PostEvents(UioHookEvent[], uint)
ErrorOutOfMemory = 2Out of memory
[Obsolete("Use ErrorNull instead")] ErrorPostTextNull = 3null was passed to PostText(string) or PostEvents(UioHookEvent[], uint)
ErrorSetWindowsHookEx = 48SetWindowsHookExhas failed (Windows)ErrorXOpenDisplay = 32XOpenDisplayhas failed (X11)ErrorXRecordAllocRange = 34XRecordAllocRangehas failed (X11)ErrorXRecordCreateContext = 35XRecordCreateContexthas failed (X11)ErrorXRecordEnableContext = 36XRecordEnableContexthas failed (X11)ErrorXRecordGetContext = 37XRecordGetContexthas failed (X11)ErrorXRecordNotFound = 33XRecordnot found (X11)Failure = 1Failure
Success = 0Success