A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » General XP issues or comments
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Unknown source of beeping



 
 
Thread Tools Display Modes
  #16  
Old December 21st 14, 02:12 AM posted to microsoft.public.windowsxp.general
OldGuy
external usenet poster
 
Posts: 23
Default Unknown source of beeping

On Thu, 18 Dec 2014 03:15:49 -0800, Uwe Sieber wrote:

OldGuy wrote:
NOTE: some apps like this detect USB drives but NOT USB WebCams.
Does this console app detect external USB WebCams?
If so, what API are you using to do so?


Yes, it shows arrival and removal events of any
device managed by the windows device manager.
It just registers a hidden window for receiving
device notifications of any device class:

HDEVNOTIFY hNotify = RegisterDeviceNotification(
hwndNotifyWin,
&dbh,
DEVICE_NOTIFY_WINDOW_HANDLE | DEVICE_NOTIFY_ALL_INTERFACE_CLASSES);


Uwe


Thanks!
I think that is the same as I am using in my little app I just wrote.
It does NOT detect my Logitec USB WebCam in and out but does detect other
USB and even other devices that are NOT USB.
Wondering why the WebCam does not register.

Have you tried a WebCam on your PC with your app?
Ads
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 01:16 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.