|
-
May 27th, 2001, 04:48 PM
#1
Thread Starter
So Unbanned
How to use SetThreadPriority?
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,
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|