2000-12-06 02:50:47 +01:00
|
|
|
/*
|
|
|
|
* GUID definitions
|
2002-03-10 00:29:33 +01:00
|
|
|
*
|
|
|
|
* Copyright 2000 Alexandre Julliard
|
|
|
|
* Copyright 2000 Francois Gouget
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
2000-12-06 02:50:47 +01:00
|
|
|
*/
|
|
|
|
|
2003-09-06 01:08:26 +02:00
|
|
|
#include <stdarg.h>
|
|
|
|
|
2003-01-03 20:12:55 +01:00
|
|
|
#define COM_NO_WINDOWS_H
|
2000-12-06 02:50:47 +01:00
|
|
|
#include "initguid.h"
|
|
|
|
|
|
|
|
/* GUIDs defined in uuids.lib */
|
|
|
|
|
|
|
|
DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
|
|
|
|
|
|
|
|
#include "windef.h"
|
|
|
|
#include "winbase.h"
|
|
|
|
#include "wingdi.h"
|
|
|
|
#include "winuser.h"
|
|
|
|
|
|
|
|
#include "objbase.h"
|
|
|
|
#include "servprov.h"
|
|
|
|
|
|
|
|
#include "oleauto.h"
|
|
|
|
#include "oleidl.h"
|
|
|
|
#include "objidl.h"
|
|
|
|
#include "olectl.h"
|
|
|
|
|
|
|
|
#include "ocidl.h"
|
|
|
|
|
|
|
|
#include "docobj.h"
|
2003-09-04 04:00:46 +02:00
|
|
|
#include "exdisp.h"
|
2000-12-06 02:50:47 +01:00
|
|
|
|
|
|
|
#include "shlguid.h"
|
|
|
|
#include "shlobj.h"
|
2004-04-19 21:26:57 +02:00
|
|
|
#include "shldisp.h"
|
2002-05-09 21:49:14 +02:00
|
|
|
#include "comcat.h"
|
2002-08-13 20:20:24 +02:00
|
|
|
#include "urlmon.h"
|
2004-04-24 01:28:04 +02:00
|
|
|
#include "mapiguid.h"
|
2004-07-21 05:08:46 +02:00
|
|
|
#include "activscp.h"
|
|
|
|
#include "dispex.h"
|
2004-08-04 20:15:27 +02:00
|
|
|
#include "mlang.h"
|
2005-01-10 14:31:29 +01:00
|
|
|
#include "mshtml.h"
|
2005-03-25 21:46:48 +01:00
|
|
|
#include "mshtmhst.h"
|
2005-03-08 17:46:00 +01:00
|
|
|
#include "richole.h"
|
2002-05-09 21:49:14 +02:00
|
|
|
|
2000-12-06 02:50:47 +01:00
|
|
|
/* FIXME: cguids declares GUIDs but does not define their values */
|
|
|
|
|
|
|
|
/* other GUIDs */
|
|
|
|
|
|
|
|
#include "vfw.h"
|
|
|
|
|
|
|
|
/* GUIDs not declared in an exported header file */
|
|
|
|
DEFINE_GUID(IID_IDirectPlaySP,0xc9f6360,0xcc61,0x11cf,0xac,0xec,0x00,0xaa,0x00,0x68,0x86,0xe3);
|
|
|
|
DEFINE_GUID(IID_ISFHelper,0x1fe68efb,0x1874,0x9812,0x56,0xdc,0x00,0x00,0x00,0x00,0x00,0x00);
|
2001-04-12 23:10:54 +02:00
|
|
|
DEFINE_GUID(IID_IDPLobbySP,0x5a4e5a20,0x2ced,0x11d0,0xa8,0x89,0x00,0xa0,0xc9,0x05,0x43,0x3c);
|
2003-08-07 00:05:31 +02:00
|
|
|
|
|
|
|
DEFINE_GUID(FMTID_SummaryInformation,0xF29F85E0,0x4FF9,0x1068,0xAB,0x91,0x08,0x00,0x2B,0x27,0xB3,0xD9);
|
|
|
|
DEFINE_GUID(FMTID_DocSummaryInformation,0xD5CDD502,0x2E9C,0x101B,0x93,0x97,0x08,0x00,0x2B,0x2C,0xF9,0xAE);
|
|
|
|
DEFINE_GUID(FMTID_UserDefinedProperties,0xD5CDD505,0x2E9C,0x101B,0x93,0x97,0x08,0x00,0x2B,0x2C,0xF9,0xAE);
|