Hi,

how do i get extended Device Information from DeviceEvents
redirected from RegsisterDeviceNotification? I managed it to receive
any device notification avalibale on my system (XP SP4) but i want
to get more information like: Is it USB Drive, VendorID, Device(Friendly)
Name
like i.e. Microsoft USB Mouse or something like that. How can i do this...

TIA
Best regards

Kerem Gümrükcü

Re: How to get extended Information from DeviceNotifications...? by Mark

Mark
Thu Jun 22 08:19:07 CDT 2006

Kerem Gümrükcü wrote:
> Hi,
>
> how do i get extended Device Information from DeviceEvents
> redirected from RegsisterDeviceNotification? I managed it to receive
> any device notification avalibale on my system (XP SP4) but i want
> to get more information like: Is it USB Drive, VendorID, Device(Friendly)
> Name
> like i.e. Microsoft USB Mouse or something like that. How can i do this...
>
> TIA
> Best regards
>
> Kerem Gümrükcü
>
>
Look at the usbview sample application in the DDK - it does everything
you want.

Re: How to get extended Information from DeviceNotifications...? by Kerem

Kerem
Thu Jun 22 13:39:37 CDT 2006

Hi Roddy,

oh great, i see...thank you...

Best regards

Kerem Gümrükcü


"Mark Roddy" <markr@hollistech.com> schrieb im Newsbeitrag
news:OK0L65flGHA.4100@TK2MSFTNGP05.phx.gbl...
> Kerem Gümrükcü wrote:
>> Hi,
>>
>> how do i get extended Device Information from DeviceEvents
>> redirected from RegsisterDeviceNotification? I managed it to receive
>> any device notification avalibale on my system (XP SP4) but i want
>> to get more information like: Is it USB Drive, VendorID, Device(Friendly)
>> Name
>> like i.e. Microsoft USB Mouse or something like that. How can i do
>> this...
>>
>> TIA
>> Best regards
>>
>> Kerem Gümrükcü
> Look at the usbview sample application in the DDK - it does everything you
> want.