Tech Support > Microsoft Windows > Drivers > Device interface classes
Device interface classes
Posted by MichaelC on June 18th, 2004


Hi,

Please, help!
Where can list of w2k Device interface classes with GUID ?

Thanks,
Michael

Posted by Mark Roddy on June 18th, 2004


For which device classes?

--

=====================
Mark Roddy
Windows 2003/XP/2000 Consulting
Hollis Technology Solutions 603-321-1032
www.hollistech.com
markr@hollistech.com


"MichaelC" <michaelc@random-logic.com> wrote in message
news:1504ab0b.0406180505.45a7238e@posting.google.c om...


Posted by MichaelC on June 19th, 2004


USB,modem,Imaging device,HID,IrDA Devices ,Keyboard,Mouse ,Tape Drives
,Storage Volumes ,Smart Card Readers ,Ports (COM & LPT ports),PCMCIA
Adapters ,Network Adapter

Thanks,
Michael

"Mark Roddy" <markr@hollistech.com> wrote in message news:<OYZ9HwUVEHA.1764@TK2MSFTNGP10.phx.gbl>...

Posted by Mark Roddy on June 19th, 2004


Ok, so basically you want to enumerate all (or nearly all) interfaces on the
system. Well good luck with that. The problem is that the interface guids
are scattered throughout various include files. For example the storage
interfaces are defined in ntddstor.h. Sometimes the interfaces adhere to a
naming standard such as GUID_DEVINTERFACE_DISK, sometimes they don't.

--

=====================
Mark Roddy
Windows 2003/XP/2000 Consulting
Hollis Technology Solutions 603-321-1032
www.hollistech.com
markr@hollistech.com


"MichaelC" <michaelc@random-logic.com> wrote in message
news:1504ab0b.0406182136.4acca96d@posting.google.c om...


Posted by Walter Oney on June 19th, 2004


MichaelC wrote:
Have you looked at the ENUMINTERFACES sample in my book?

--
Walter Oney, Consulting and Training
Basic and Advanced Driver Programming Seminars
Check out our schedule at http://www.oneysoft.com

Posted by MichaelC on June 20th, 2004


Hi,
I want to receive WM_DEVICECHANGE messages from enumerated before
devices inside of windows server using RegisterDeviceNotification
function.
In XP I've solving it with DEVICE_NOTIFY_ALL_INTERFACE_CLASSES
but w2k not support it and I need GUID'S.
Thanks,
Michael

Walter Oney <waltoney@oneysoft.com> wrote in message news:<40D45BEE.10F357A8@oneysoft.com>...


Similar Posts