I'm new to WinCE. I want to refresh the file list when removable Harddisk
plug in or out.Is there any interruption flag or message? How can I detect?
Thank you!
The device manager can notify us of the appearance and disappearance of
device interfaces.
Nicolas
--
Nicolas BESSON
ADENEO (ADESET)
Windows Embedded Consultant
nbesson AT adeneo DOT adetelgroup DOT com
Tel : +33 (0)4.72.18.08.40
"YaoQ" <ya...@dsp.ac.cn> wrote in message
news:O$SC9Hv%23FH...@tk2msftngp13.phx.gbl...
Thank you!
But I can't find RequestDeviceNotifications in WinCE5.0.
Is there suitable funtion for WinCE5.0?
-Chris
"YaoQ" <ya...@dsp.ac.cn> wrote in message
news:%23xmKii5%23FHA...@TK2MSFTNGP12.phx.gbl...
Oh,I see.
But I don't know how to set GUID* devclass, and do I have to CreateMsgQueue
to get a HANDLE hMsgQ ? Is there any sample?
Thank you!
Search using GoogleGroups, www.googlegroups.com.
Paul T.
"YaoQ" <ya...@dsp.ac.cn> wrote in message
news:ehcMJ17%23FHA...@TK2MSFTNGP14.phx.gbl...
Thank you!
"Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com> 写
入邮件 news:%233Lrc7A$FHA....@tk2msftngp13.phx.gbl...
Paul T.
"YaoQ" <ya...@dsp.ac.cn> wrote in message
news:uTgly7G$FHA....@TK2MSFTNGP14.phx.gbl...
The rest of my code is:
while ((bRet=GetMessage (&msg, NULL, 0, 0))!=0)
{
if(bRet==-1)
MessageBox(hWnd,T("Fatal ERROR"),0,0);
else
{
TranslateMessage (&msg) ;
DispatchMessage (&msg) ;
}
}
How can I monitor the device attachment message?
Thank you!
Paul T.
"YaoQ" <ya...@dsp.ac.cn> wrote in message
news:OnXEJDFA...@TK2MSFTNGP09.phx.gbl...
--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com