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
19cccae2
Commit
19cccae2
authored
Sep 02, 2008
by
Dan Hipschman
Committed by
Alexandre Julliard
Sep 02, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32: Add a widl-generated proxy file for oleidl.idl.
parent
44800b6a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
204 additions
and
0 deletions
+204
-0
.gitignore
.gitignore
+2
-0
Makefile.in
dlls/ole32/Makefile.in
+1
-0
ole32_oleidl.idl
dlls/ole32/ole32_oleidl.idl
+20
-0
oleproxy.c
dlls/ole32/oleproxy.c
+2
-0
usrmarshal.c
dlls/ole32/usrmarshal.c
+179
-0
No files found.
.gitignore
View file @
19cccae2
...
...
@@ -75,6 +75,8 @@ dlls/ole32/irot.h
dlls/ole32/irot_c.c
dlls/ole32/ole32_objidl.h
dlls/ole32/ole32_objidl_p.c
dlls/ole32/ole32_oleidl.h
dlls/ole32/ole32_oleidl_p.c
dlls/ole32/ole32_unknwn.h
dlls/ole32/ole32_unknwn_p.c
dlls/oleaut32/oleaut32_oaidl.h
...
...
dlls/ole32/Makefile.in
View file @
19cccae2
...
...
@@ -70,6 +70,7 @@ IDL_C_SRCS = \
IDL_P_SRCS
=
\
dcom.idl
\
ole32_objidl.idl
\
ole32_oleidl.idl
\
ole32_unknwn.idl
@MAKE_DLL_RULES@
...
...
dlls/ole32/ole32_oleidl.idl
0 → 100644
View file @
19cccae2
/*
*
Copyright
2007
Google
(
Dan
Hipschman
)
*
*
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
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
cpp_quote
(
"#include <winuser.h>"
)
#
include
"oleidl.idl"
dlls/ole32/oleproxy.c
View file @
19cccae2
...
...
@@ -51,11 +51,13 @@ CSTDSTUBBUFFERRELEASE(&PSFactoryBuffer)
extern
const
ExtendedProxyFileInfo
dcom_ProxyFileInfo
;
extern
const
ExtendedProxyFileInfo
ole32_objidl_ProxyFileInfo
;
extern
const
ExtendedProxyFileInfo
ole32_oleidl_ProxyFileInfo
;
extern
const
ExtendedProxyFileInfo
ole32_unknwn_ProxyFileInfo
;
static
const
ProxyFileInfo
*
OLE32_ProxyFileList
[]
=
{
&
dcom_ProxyFileInfo
,
&
ole32_objidl_ProxyFileInfo
,
&
ole32_oleidl_ProxyFileInfo
,
&
ole32_unknwn_ProxyFileInfo
,
NULL
};
...
...
dlls/ole32/usrmarshal.c
View file @
19cccae2
...
...
@@ -2577,3 +2577,182 @@ HRESULT __RPC_STUB IDataObject_SetData_Stub(
FIXME
(
":stub
\n
"
);
return
E_NOTIMPL
;
}
/* call_as/local stubs for oleidl.idl */
HRESULT
CALLBACK
IOleInPlaceActiveObject_TranslateAccelerator_Proxy
(
IOleInPlaceActiveObject
*
This
,
LPMSG
lpmsg
)
{
FIXME
(
":stub
\n
"
);
return
E_NOTIMPL
;
}
HRESULT
__RPC_STUB
IOleInPlaceActiveObject_TranslateAccelerator_Stub
(
IOleInPlaceActiveObject
*
This
)
{
FIXME
(
":stub
\n
"
);
return
E_NOTIMPL
;
}
HRESULT
CALLBACK
IOleInPlaceActiveObject_ResizeBorder_Proxy
(
IOleInPlaceActiveObject
*
This
,
LPCRECT
prcBorder
,
IOleInPlaceUIWindow
*
pUIWindow
,
BOOL
fFrameWindow
)
{
FIXME
(
":stub
\n
"
);
return
E_NOTIMPL
;
}
HRESULT
__RPC_STUB
IOleInPlaceActiveObject_ResizeBorder_Stub
(
IOleInPlaceActiveObject
*
This
,
LPCRECT
prcBorder
,
REFIID
riid
,
IOleInPlaceUIWindow
*
pUIWindow
,
BOOL
fFrameWindow
)
{
FIXME
(
":stub
\n
"
);
return
E_NOTIMPL
;
}
HRESULT
CALLBACK
IOleCache2_UpdateCache_Proxy
(
IOleCache2
*
This
,
LPDATAOBJECT
pDataObject
,
DWORD
grfUpdf
,
LPVOID
pReserved
)
{
FIXME
(
":stub
\n
"
);
return
E_NOTIMPL
;
}
HRESULT
__RPC_STUB
IOleCache2_UpdateCache_Stub
(
IOleCache2
*
This
,
LPDATAOBJECT
pDataObject
,
DWORD
grfUpdf
,
LONG_PTR
pReserved
)
{
FIXME
(
":stub
\n
"
);
return
E_NOTIMPL
;
}
HRESULT
CALLBACK
IEnumOLEVERB_Next_Proxy
(
IEnumOLEVERB
*
This
,
ULONG
celt
,
LPOLEVERB
rgelt
,
ULONG
*
pceltFetched
)
{
FIXME
(
":stub
\n
"
);
return
E_NOTIMPL
;
}
HRESULT
__RPC_STUB
IEnumOLEVERB_Next_Stub
(
IEnumOLEVERB
*
This
,
ULONG
celt
,
LPOLEVERB
rgelt
,
ULONG
*
pceltFetched
)
{
FIXME
(
":stub
\n
"
);
return
E_NOTIMPL
;
}
HRESULT
CALLBACK
IViewObject_Draw_Proxy
(
IViewObject
*
This
,
DWORD
dwDrawAspect
,
LONG
lindex
,
void
*
pvAspect
,
DVTARGETDEVICE
*
ptd
,
HDC
hdcTargetDev
,
HDC
hdcDraw
,
LPCRECTL
lprcBounds
,
LPCRECTL
lprcWBounds
,
BOOL
(
STDMETHODCALLTYPE
*
pfnContinue
)(
ULONG_PTR
dwContinue
),
ULONG_PTR
dwContinue
)
{
FIXME
(
":stub
\n
"
);
return
E_NOTIMPL
;
}
HRESULT
__RPC_STUB
IViewObject_Draw_Stub
(
IViewObject
*
This
,
DWORD
dwDrawAspect
,
LONG
lindex
,
ULONG_PTR
pvAspect
,
DVTARGETDEVICE
*
ptd
,
ULONG_PTR
hdcTargetDev
,
ULONG_PTR
hdcDraw
,
LPCRECTL
lprcBounds
,
LPCRECTL
lprcWBounds
,
IContinue
*
pContinue
)
{
FIXME
(
":stub
\n
"
);
return
E_NOTIMPL
;
}
HRESULT
CALLBACK
IViewObject_GetColorSet_Proxy
(
IViewObject
*
This
,
DWORD
dwDrawAspect
,
LONG
lindex
,
void
*
pvAspect
,
DVTARGETDEVICE
*
ptd
,
HDC
hicTargetDev
,
LOGPALETTE
**
ppColorSet
)
{
FIXME
(
":stub
\n
"
);
return
E_NOTIMPL
;
}
HRESULT
__RPC_STUB
IViewObject_GetColorSet_Stub
(
IViewObject
*
This
,
DWORD
dwDrawAspect
,
LONG
lindex
,
ULONG_PTR
pvAspect
,
DVTARGETDEVICE
*
ptd
,
ULONG_PTR
hicTargetDev
,
LOGPALETTE
**
ppColorSet
)
{
FIXME
(
":stub
\n
"
);
return
E_NOTIMPL
;
}
HRESULT
CALLBACK
IViewObject_Freeze_Proxy
(
IViewObject
*
This
,
DWORD
dwDrawAspect
,
LONG
lindex
,
void
*
pvAspect
,
DWORD
*
pdwFreeze
)
{
FIXME
(
":stub
\n
"
);
return
E_NOTIMPL
;
}
HRESULT
__RPC_STUB
IViewObject_Freeze_Stub
(
IViewObject
*
This
,
DWORD
dwDrawAspect
,
LONG
lindex
,
ULONG_PTR
pvAspect
,
DWORD
*
pdwFreeze
)
{
FIXME
(
":stub
\n
"
);
return
E_NOTIMPL
;
}
HRESULT
CALLBACK
IViewObject_GetAdvise_Proxy
(
IViewObject
*
This
,
DWORD
*
pAspects
,
DWORD
*
pAdvf
,
IAdviseSink
**
ppAdvSink
)
{
FIXME
(
":stub
\n
"
);
return
E_NOTIMPL
;
}
HRESULT
__RPC_STUB
IViewObject_GetAdvise_Stub
(
IViewObject
*
This
,
DWORD
*
pAspects
,
DWORD
*
pAdvf
,
IAdviseSink
**
ppAdvSink
)
{
FIXME
(
":stub
\n
"
);
return
E_NOTIMPL
;
}
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