home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / vdiguid.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  1.3 KB  |  56 lines

  1. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  2. /* this file contains the actual definitions of */
  3. /* the IIDs and CLSIDs */
  4.  
  5. /* link this file in with the server and any clients */
  6.  
  7.  
  8. /* File created by MIDL compiler version 3.01.75 */
  9. /* at Fri Jun 12 10:46:49 1998
  10.  */
  11. /* Compiler settings for vdi.idl:
  12.     Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
  13.     error checks: none
  14. */
  15. //@@MIDL_FILE_HEADING(  )
  16. #ifdef __cplusplus
  17. extern "C"{
  18. #endif 
  19.  
  20.  
  21. #ifndef __IID_DEFINED__
  22. #define __IID_DEFINED__
  23.  
  24. typedef struct _IID
  25. {
  26.     unsigned long x;
  27.     unsigned short s1;
  28.     unsigned short s2;
  29.     unsigned char  c[8];
  30. } IID;
  31.  
  32. #endif // __IID_DEFINED__
  33.  
  34. #ifndef CLSID_DEFINED
  35. #define CLSID_DEFINED
  36. typedef IID CLSID;
  37. #endif // CLSID_DEFINED
  38.  
  39. const IID IID_IClientVirtualDevice = {0x40700424,0x0080,0x11d2,{0x85,0x1f,0x00,0xc0,0x4f,0xc2,0x17,0x59}};
  40.  
  41.  
  42. const IID IID_IClientVirtualDeviceSet = {0x40700425,0x0080,0x11d2,{0x85,0x1f,0x00,0xc0,0x4f,0xc2,0x17,0x59}};
  43.  
  44.  
  45. const IID IID_IServerVirtualDevice = {0xb5e7a131,0xa7bd,0x11d1,{0x84,0xc2,0x00,0xc0,0x4f,0xc2,0x17,0x59}};
  46.  
  47.  
  48. const IID IID_IServerVirtualDeviceSet = {0xb5e7a132,0xa7bd,0x11d1,{0x84,0xc2,0x00,0xc0,0x4f,0xc2,0x17,0x59}};
  49.  
  50.  
  51. #ifdef __cplusplus
  52. }
  53. #endif
  54.  
  55. #pragma option pop /*P_O_Pop*/
  56.