Regenerated with the latest widl.
This commit is contained in:
parent
e37c6e18d0
commit
d6bffb2c45
|
@ -1,13 +1,13 @@
|
|||
/*** Autogenerated by WIDL 0.1 from dcom.idl - Do not edit ***/
|
||||
#include "rpc.h"
|
||||
#include "rpcndr.h"
|
||||
#include <rpc.h>
|
||||
#include <rpcndr.h>
|
||||
|
||||
#ifndef __WIDL_DCOM_H
|
||||
#define __WIDL_DCOM_H
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#include "unknwn.h"
|
||||
#include <unknwn.h>
|
||||
typedef MIDL_uhyper ID;
|
||||
|
||||
typedef ID MID;
|
||||
|
@ -175,7 +175,11 @@ typedef struct tagMInterfacePointer {
|
|||
|
||||
typedef MInterfacePointer *PMInterfacePointer;
|
||||
|
||||
#ifndef __IRemUnknown_FWD_DEFINED__
|
||||
#define __IRemUnknown_FWD_DEFINED__
|
||||
typedef struct IRemUnknown IRemUnknown;
|
||||
#endif
|
||||
|
||||
typedef IRemUnknown *LPREMUNKNOWN;
|
||||
|
||||
typedef struct tagREMQIRESULT {
|
||||
|
@ -192,6 +196,9 @@ typedef struct tagREMINTERFACEREF {
|
|||
/*****************************************************************************
|
||||
* IRemUnknown interface
|
||||
*/
|
||||
#ifndef __IRemUnknown_INTERFACE_DEFINED__
|
||||
#define __IRemUnknown_INTERFACE_DEFINED__
|
||||
|
||||
DEFINE_GUID(IID_IRemUnknown, 0x00000131, 0x0000, 0x0000, 0xc0,0x00, 0x00,0x00,0x00,0x00,0x00,0x46);
|
||||
#if defined(__cplusplus) && !defined(CINTERFACE)
|
||||
struct IRemUnknown : public IUnknown
|
||||
|
@ -309,12 +316,21 @@ void __RPC_STUB IRemUnknown_RemRelease_Stub(
|
|||
PRPC_MESSAGE pRpcMessage,
|
||||
DWORD* pdwStubPhase);
|
||||
|
||||
#endif /* __IRemUnknown_INTERFACE_DEFINED__ */
|
||||
|
||||
#ifndef __IRemUnknown2_FWD_DEFINED__
|
||||
#define __IRemUnknown2_FWD_DEFINED__
|
||||
typedef struct IRemUnknown2 IRemUnknown2;
|
||||
#endif
|
||||
|
||||
typedef IRemUnknown2 *LPREMUNKNOWN2;
|
||||
|
||||
/*****************************************************************************
|
||||
* IRemUnknown2 interface
|
||||
*/
|
||||
#ifndef __IRemUnknown2_INTERFACE_DEFINED__
|
||||
#define __IRemUnknown2_INTERFACE_DEFINED__
|
||||
|
||||
DEFINE_GUID(IID_IRemUnknown2, 0x00000142, 0x0000, 0x0000, 0xc0,0x00, 0x00,0x00,0x00,0x00,0x00,0x46);
|
||||
#if defined(__cplusplus) && !defined(CINTERFACE)
|
||||
struct IRemUnknown2 : public IRemUnknown
|
||||
|
@ -417,6 +433,8 @@ void __RPC_STUB IRemUnknown2_RemQueryInterface2_Stub(
|
|||
PRPC_MESSAGE pRpcMessage,
|
||||
DWORD* pdwStubPhase);
|
||||
|
||||
#endif /* __IRemUnknown2_INTERFACE_DEFINED__ */
|
||||
|
||||
#if 0
|
||||
/*****************************************************************************
|
||||
* IOXIDResolver interface (v0.0)
|
||||
|
@ -456,7 +474,7 @@ error_status_t ResolveOxid2(
|
|||
DWORD* pAuthnHint,
|
||||
COMVERSION* pComVersion);
|
||||
|
||||
#define MODE_GET_CLASS_OBJECT (0x7fffffff)
|
||||
#define MODE_GET_CLASS_OBJECT (0xffffffff)
|
||||
|
||||
/*****************************************************************************
|
||||
* IRemoteActivation interface (v0.0)
|
||||
|
|
Loading…
Reference in New Issue