WH_FOREGROUNDIDLE top-level constant

int const WH_FOREGROUNDIDLE

Installs a hook procedure that will be called when the application's foreground thread is about to become idle. This hook is useful for performing low priority tasks during idle time.

Implementation

const WH_FOREGROUNDIDLE = 11;