Microsoft Detours - DetourUpdateThread?
- by pault543
Hi,
I have a few quick questions about the Microsoft Detours Library. I have used it before (successfully), but I just had a thought about this function:
LONG DetourUpdateThread(HANDLE hThread);
I read elsewhere that this function will actually suspend the thread until the transaction completes. This seems odd since most sample code calls:
…