How to release the cpu control

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Preston (wp127_at_hotmail.com)
Date: 09/20/04


Date: Tue, 21 Sep 2004 04:18:46 +0800

Hello all guys:
I try to express the problem clearly.

send and getUnSendMsg are methods DLLImport from aaa DLL (not .net DLL)
program flow:
send---->getUnSendMsg(need to get return value)--->
after run getUnSendMsg, I need to release the cpu control to aaa DLL, then
aaa DLL can use the modem and get the getUnSendMsg return value, I need the
return value to choose what to do next step.

then how to release the CPU control or wait some time, then aaa DLL can do
some thing.