[ros-diffs] [hpoussin] 21586: Add some network-related GUIDs

hpoussin at svn.reactos.org hpoussin at svn.reactos.org
Fri Apr 14 12:03:58 CEST 2006


Author: hpoussin
Date: Fri Apr 14 14:03:58 2006
New Revision: 21586

URL: http://svn.reactos.ru/svn/reactos?rev=21586&view=rev
Log:
Add some network-related GUIDs

Modified:
    trunk/reactos/include/devguid.h

Modified: trunk/reactos/include/devguid.h
URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/include/devguid.h?rev=21586&r1=21585&r2=21586&view=diff
==============================================================================
--- trunk/reactos/include/devguid.h (original)
+++ trunk/reactos/include/devguid.h Fri Apr 14 14:03:58 2006
@@ -19,3 +19,7 @@
 DEFINE_GUID(GUID_DEVCLASS_KEYBOARD, 0x4D36E96B, 0xE325, 0x11CE, 0xBF, 0xC1, 0x08, 0x00, 0x2B, 0xE1, 0x03, 0x18);
 DEFINE_GUID(GUID_DEVCLASS_MEDIA, 0x4D36E96C, 0xE325, 0x11CE, 0xBF, 0xC1, 0x08, 0x00, 0x2B, 0xE1, 0x03, 0x18);
 DEFINE_GUID(GUID_DEVCLASS_MOUSE, 0x4D36E96F, 0xE325, 0x11CE, 0xBF, 0xC1, 0x08, 0x00, 0x2B, 0xE1, 0x03, 0x18);
+DEFINE_GUID(GUID_DEVCLASS_NET, 0x4D36E972, 0xE325, 0x11CE, 0xBF, 0xC1, 0x08, 0x00, 0x2B, 0xE1, 0x03, 0x18);
+DEFINE_GUID(GUID_DEVCLASS_NETCLIENT, 0x4D36E973, 0xE325, 0x11CE, 0xBF, 0xC1, 0x08, 0x00, 0x2B, 0xE1, 0x03, 0x18);
+DEFINE_GUID(GUID_DEVCLASS_NETSERVICE, 0x4D36E974, 0xE325, 0x11CE, 0xBF, 0xC1, 0x08, 0x00, 0x2B, 0xE1, 0x03, 0x18);
+DEFINE_GUID(GUID_DEVCLASS_NETTRANS, 0x4D36E975, 0xE325, 0x11CE, 0xBF, 0xC1, 0x08, 0x00, 0x2B, 0xE1, 0x03, 0x18);




More information about the Ros-diffs mailing list