home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / msmqocm.cab / falcguid.h < prev    next >
C/C++ Source or Header  |  1997-10-06  |  424b  |  22 lines

  1. /*
  2.  *  F A L C G U I D . H
  3.  *
  4.  *  Definitions of GUIDS for CMimeMQ
  5.  *
  6.  */
  7. #ifndef _FALCGUID_H_
  8. #define _FALCGUID_H_
  9.  
  10. #include <windows.h>
  11. #include <windowsx.h>
  12. #include <ole2.h>
  13.  
  14. /* Type guid for the MSMQMAPI queues
  15. /* 5eadc0d0-7182-11cf-a8ff-0020afb8fb50 */
  16. DEFINE_GUID(CLSID_MQMailQueueType,
  17.             0x5eadc0d0,
  18.             0x7182, 0x11cf,
  19.             0xa8, 0xff, 0x00, 0x20, 0xaf, 0xb8, 0xfb, 0x50);
  20.  
  21. #endif //_FALCGUID_H_
  22.