![Xcalibur Systems LLC Logo](../icons/logo.png) |
HookTypesForegroundIdle Field |
The WH_FOREGROUNDIDLE hook enables you to perform low priority tasks during times when its
foreground thread is idle. The system calls a WH_FOREGROUNDIDLE hook procedure when the
application's foreground thread is about to become idle.
Namespace: Xcalibur.NativeMethods.V2.EventsAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntaxpublic static readonly int ForegroundIdle
Public Shared ReadOnly ForegroundIdle As Integer
public:
static initonly int ForegroundIdle
static val ForegroundIdle: int
Field Value
Int32
See Also