Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d6bffb2c
Commit
d6bffb2c
authored
Sep 06, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerated with the latest widl.
parent
e37c6e18
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
4 deletions
+22
-4
dcom.h
dlls/ole32/dcom.h
+22
-4
No files found.
dlls/ole32/dcom.h
View file @
d6bffb2c
/*** 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 (0x
7
fffffff)
#define MODE_GET_CLASS_OBJECT (0x
f
fffffff)
/*****************************************************************************
* IRemoteActivation interface (v0.0)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment