How to release the cpu control
From: Preston (wp127_at_hotmail.com)
Date: 09/20/04
- Next message: Daniel O'Connell [C# MVP]: "Re: conio.h --> window (int left, int top, int right, int bottom)"
- Previous message: Olaf Baeyens: "Re: newbie question..."
- Messages sorted by: [ date ] [ thread ]
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.
- Next message: Daniel O'Connell [C# MVP]: "Re: conio.h --> window (int left, int top, int right, int bottom)"
- Previous message: Olaf Baeyens: "Re: newbie question..."
- Messages sorted by: [ date ] [ thread ]