home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 September
/
CHIPCD_9_99.iso
/
software
/
uaktualnienia
/
OptionPackPL
/
msmqocm.cab
/
falcguid.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-04-07
|
424b
|
22 lines
/*
* F A L C G U I D . H
*
* Definitions of GUIDS for CMimeMQ
*
*/
#ifndef _FALCGUID_H_
#define _FALCGUID_H_
#include <windows.h>
#include <windowsx.h>
#include <ole2.h>
/* Type guid for the MSMQMAPI queues
/* 5eadc0d0-7182-11cf-a8ff-0020afb8fb50 */
DEFINE_GUID(CLSID_MQMailQueueType,
0x5eadc0d0,
0x7182, 0x11cf,
0xa8, 0xff, 0x00, 0x20, 0xaf, 0xb8, 0xfb, 0x50);
#endif //_FALCGUID_H_