Re: How to catch Device events like USB, DeviceArrival/Removed etc. by Kerem
Kerem
Thu Jun 22 08:00:13 CDT 2006
Hi fat_boy,
i already found it and it works fine (RegisterDeviceNotification).
Anyway, thanks for the Information...
Best regards
Kerem Gümrükcü
"fat_boy" <zzebowa@hotmail.com> schrieb im Newsbeitrag
news:1150980363.118816.141800@b68g2000cwa.googlegroups.com...
Look at the WM_DEVIECHANGE message. IT should give you what you want.
Kerem Gümrükcü wrote:
> Hi,
>
> i want to catch any Device Event that araises on my system but i dont want
> to write
> a kernel mode driver to filter them. It should be a UserMode Application
> with GUI.
> i.e. an MFC Appliation or native Win32API with GUI. Best would be in C/C++
> MFC.
> How can i master this?
>
> Thanks in advance...
>
> Best regards
>
> Kerem Gümrükcü