Home
last modified time | relevance | path

Searched refs:queueEnable (Results 1 – 1 of 1) sorted by relevance

/dports/audio/mumble/mumble-1.3.3/3rdparty/minhook-src/src/
H A Dhook.c70 UINT8 queueEnable : 1; // Queued for enabling/disabling when != isEnabled. member
243 enable = pHook->queueEnable; in ProcessThreadIPs()
394 pHook->queueEnable = enable; in EnableHookLL()
570 pHook->queueEnable = FALSE; in MH_CreateHook()
736 static MH_STATUS QueueHook(LPVOID pTarget, BOOL queueEnable) in QueueHook() argument
748 g_hooks.pItems[i].queueEnable = queueEnable; in QueueHook()
755 g_hooks.pItems[pos].queueEnable = queueEnable; in QueueHook()
797 if (g_hooks.pItems[i].isEnabled != g_hooks.pItems[i].queueEnable) in MH_ApplyQueued()
812 if (pHook->isEnabled != pHook->queueEnable) in MH_ApplyQueued()
814 status = EnableHookLL(i, pHook->queueEnable); in MH_ApplyQueued()