www.pudn.com > DNW0-50A.rar > GUID.H


/*++ 
 
Copyright (c) 1997-1998  Microsoft Corporation 
 
Module Name: 
 
    GUID.h 
 
Abstract: 
 
 The below GUID is used to generate symbolic links to 
  driver instances created from user mode 
 
Environment: 
 
    Kernel & user mode 
 
Revision History: 
 
    11/18/97 : created 
    11/21/01 : changed for SEC SOC 
 
--*/ 
#ifndef GUID_INC 
#define GUID_INC 
 
#include  
 
/* 
// {00873FDF-61A8-11d1-AA5E-00C04FB1728B}  for BULKUSB.SYS 
DEFINE_GUID(GUID_CLASS_I82930_BULK,  
0x873fdf, 0x61a8, 0x11d1, 0xaa, 0x5e, 0x0, 0xc0, 0x4f, 0xb1, 0x72, 0x8b); 
*/ 
 
//New GUID by purnnamu 
// {8E120C45-4968-4188-BA19-9A82361C8FA8} 
 
DEFINE_GUID(GUID_CLASS_I82930_BULK,  
0x8e120c45, 0x4968, 0x4188, 0xba, 0x19, 0x9a, 0x82, 0x36, 0x1c, 0x8f, 0xa8); 
 
 
#endif // end, #ifndef GUID_INC