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
9e8d507c
Commit
9e8d507c
authored
May 10, 2004
by
Jake Hamby
Committed by
Alexandre Julliard
May 10, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IMessageFilter::HandleInComingCall() should be HandleIncomingCall().
parent
db30361c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
objidl.h
include/objidl.h
+6
-6
objidl.idl
include/objidl.idl
+1
-1
No files found.
include/objidl.h
View file @
9e8d507c
...
...
@@ -6325,7 +6325,7 @@ DEFINE_GUID(IID_IMessageFilter, 0x00000016, 0x0000, 0x0000, 0xc0,0x00, 0x00,0x00
#if defined(__cplusplus) && !defined(CINTERFACE)
struct
IMessageFilter
:
public
IUnknown
{
virtual
DWORD
STDMETHODCALLTYPE
HandleIn
C
omingCall
(
virtual
DWORD
STDMETHODCALLTYPE
HandleIn
c
omingCall
(
DWORD
dwCallType
,
HTASK
htaskCaller
,
DWORD
dwTickCount
,
...
...
@@ -6363,7 +6363,7 @@ struct IMessageFilterVtbl {
IMessageFilter
*
This
);
/*** IMessageFilter methods ***/
DWORD
(
STDMETHODCALLTYPE
*
HandleIn
C
omingCall
)(
DWORD
(
STDMETHODCALLTYPE
*
HandleIn
c
omingCall
)(
IMessageFilter
*
This
,
DWORD
dwCallType
,
HTASK
htaskCaller
,
...
...
@@ -6389,7 +6389,7 @@ struct IMessageFilterVtbl {
#define IMessageFilter_AddRef(p) (p)->lpVtbl->AddRef(p)
#define IMessageFilter_Release(p) (p)->lpVtbl->Release(p)
/*** IMessageFilter methods ***/
#define IMessageFilter_HandleIn
ComingCall(p,a,b,c,d) (p)->lpVtbl->HandleInC
omingCall(p,a,b,c,d)
#define IMessageFilter_HandleIn
comingCall(p,a,b,c,d) (p)->lpVtbl->HandleInc
omingCall(p,a,b,c,d)
#define IMessageFilter_RetryRejectedCall(p,a,b,c) (p)->lpVtbl->RetryRejectedCall(p,a,b,c)
#define IMessageFilter_MessagePending(p,a,b,c) (p)->lpVtbl->MessagePending(p,a,b,c)
...
...
@@ -6402,17 +6402,17 @@ struct IMessageFilterVtbl {
STDMETHOD_(ULONG,AddRef)(THIS) PURE; \
STDMETHOD_(ULONG,Release)(THIS) PURE; \
/*** IMessageFilter methods ***/
\
STDMETHOD_(DWORD,HandleIn
C
omingCall)(THIS_ DWORD dwCallType, HTASK htaskCaller, DWORD dwTickCount, LPINTERFACEINFO lpInterfaceInfo) PURE; \
STDMETHOD_(DWORD,HandleIn
c
omingCall)(THIS_ DWORD dwCallType, HTASK htaskCaller, DWORD dwTickCount, LPINTERFACEINFO lpInterfaceInfo) PURE; \
STDMETHOD_(DWORD,RetryRejectedCall)(THIS_ HTASK htaskCallee, DWORD dwTickCount, DWORD dwRejectType) PURE; \
STDMETHOD_(DWORD,MessagePending)(THIS_ HTASK htaskCallee, DWORD dwTickCount, DWORD dwPendingType) PURE;
DWORD
CALLBACK
IMessageFilter_HandleIn
C
omingCall_Proxy
(
DWORD
CALLBACK
IMessageFilter_HandleIn
c
omingCall_Proxy
(
IMessageFilter
*
This
,
DWORD
dwCallType
,
HTASK
htaskCaller
,
DWORD
dwTickCount
,
LPINTERFACEINFO
lpInterfaceInfo
);
void
__RPC_STUB
IMessageFilter_HandleIn
C
omingCall_Stub
(
void
__RPC_STUB
IMessageFilter_HandleIn
c
omingCall_Stub
(
struct
IRpcStubBuffer
*
This
,
struct
IRpcChannelBuffer
*
pRpcChannelBuffer
,
PRPC_MESSAGE
pRpcMessage
,
...
...
include/objidl.idl
View file @
9e8d507c
...
...
@@ -1575,7 +1575,7 @@ interface IMessageFilter : IUnknown
WORD wMethod;
} INTERFACEINFO, *LPINTERFACEINFO;
DWORD HandleIn
C
omingCall(
DWORD HandleIn
c
omingCall(
[in] DWORD dwCallType,
[in] HTASK htaskCaller,
[in] DWORD dwTickCount,
...
...
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