I declared this:
Public Declare Function SetThreadPriority Lib "kernel32" Alias "SetThreadPriority" (ByVal hThread As Long, ByVal nPriority As Long) As Long
...but how do i get hThread?
I want to set the priority to 2(realtime).
Is there anything else I'll need to know?
Thanks,
