06-22-2005 03:41 AM
06-22-2005 11:38 AM
06-27-2005 07:56 AM
06-27-2005 09:01 AM
06-27-2005 10:44 AM
06-27-2005 11:28 AM
07-11-2005 07:31 AM - edited 07-11-2005 07:31 AM
Message Edited by Greber on 07-11-2005 07:33 AM
07-12-2005 04:13 AM
Hallo everybody,
I've decided to try to pass the panel handle to the thread function via the functionData parameter.
@Luis:
You wrote:
"This parameter is there precisely so that you can pass in any four-byte data item that that you want your thread function use. Simply pass the panel handle to CmtScheduleThreadPoolFunction as the 3rd parameter to the function, instead of NULL."
How do I have to change the "3rd parameter" to give the Panel "int CHILDPANEL" to this thread?
CmtScheduleThreadPoolFunction(DEFAULT_THREAD_POOL_HANDLE, MULTITHREAD_FUNCTION, "3rd parameter", NULL);
THX
07-12-2005 01:07 PM
Then, inside the thread function, the code would look like this:
07-12-2005 01:10 PM
Then, inside the thread function, the code would look like this: