Moved guids needed for Proxy/Stub factories to respective .h files,

add to libwine_uuid.
This commit is contained in:
Marcus Meissner 2002-01-22 18:27:24 +00:00 committed by Alexandre Julliard
parent bd1689ec0a
commit a3ff175ef2
4 changed files with 9 additions and 0 deletions

View file

@ -28,6 +28,9 @@ DEFINE_GUID (IID_IRpcStubBuffer, 0xd5f56afcL, 0x593b, 0x101a, 0xb5, 0x69, 0x08
typedef struct IRpcStubBuffer IRpcStubBuffer,*LPRPCSTUBBUFFER;
DEFINE_GUID (CLSID_PSFactoryBuffer, 0x00000320L, 0x0000, 0x0000, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46);
/*****************************************************************************
* IChannelHook interface
*/

View file

@ -19,6 +19,8 @@ typedef struct IMarshal IMarshal,*LPMARSHAL;
DEFINE_OLEGUID(IID_IStdMarshalInfo, 0x00000018L, 0, 0);
typedef struct IStdMarshalInfo IStdMarshalInfo,*LPSTDMARSHALINFO;
DEFINE_OLEGUID(CLSID_DfMarshal, 0x0000030BL, 0, 0);
/*****************************************************************************
* IMarshal interface

View file

@ -47,6 +47,9 @@ typedef struct ITypeLib2 ITypeLib2,*LPTYPELIB2;
DEFINE_OLEGUID(IID_ITypeInfo2, 0x00020412,0,0);
typedef struct ITypeInfo2 ITypeInfo2,*LPTYPEINFO2;
/* The OLE Automation ProxyStub Interface Class (aka Typelib Marshaler) */
DEFINE_OLEGUID(CLSID_PSOAInterface, 0x00020424,0,0);
/*****************************************************************************
* Automation data types
*/

View file

@ -28,6 +28,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
#include "shlguid.h"
#include "shlobj.h"
#include "wine/obj_queryassociations.h"
#include "wine/obj_channel.h"
/* FIXME: cguids declares GUIDs but does not define their values */