j
k
j a
j l
Arkadiusz Hiler ahiler@codeweavers.com wrote:
thread = CreateThread(security, stack_size, _beginthreadex_trampoline, trampoline, initflag | CREATE_SUSPENDED, thrdaddr);
trampoline, initflag | CREATE_SUSPENDED, thrdaddr);
What's the reason of unconditionally creating a suspended thread?
Back to the thread
Back to the list