J
jiing
Now I am try to transfer a memory pointer between two threads.
but there has a error mesage.
_CrtIsValidHeapPointer(pUserData) in dbgheap.c
I lookup google and find it's seems to be the local heap in the two
threads are different. so their memory that pointer point to are
different.
I want to ask
how to pass a complete memory block between two threads enclosed in a
COM
thanks in advance.
-jiing-
but there has a error mesage.
_CrtIsValidHeapPointer(pUserData) in dbgheap.c
I lookup google and find it's seems to be the local heap in the two
threads are different. so their memory that pointer point to are
different.
I want to ask
how to pass a complete memory block between two threads enclosed in a
COM
thanks in advance.
-jiing-