// // File: // // Written by: David M. Stanhope [voip@fobbit.com] // // define the GUID used by the application to interface with the device driver // #ifndef _VB_GUID_H_ #define _VB_GUID_H_ #include // {00873FDF-61A8-11d1-AA5E-00C04FB1728B} for VB_USB.SYS DEFINE_GUID(GUID_CLASS_VOIP_BLASTER, 0x873fdf, 0x61a8, 0x11d1, 0xaa, 0x5e, 0x0, 0xc0, 0x4f, 0xb1, 0x72, 0x8b); #endif // _VB_GUID_H_ // // The End! //