Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
35302b48
Commit
35302b48
authored
Aug 26, 2005
by
Robert Shearman
Committed by
Alexandre Julliard
Aug 26, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move interfaces around to satisfy MIDL.
parent
4bd0ec1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
48 deletions
+48
-48
oleidl.idl
include/oleidl.idl
+48
-48
No files found.
include/oleidl.idl
View file @
35302b48
...
...
@@ -20,6 +20,7 @@
import
"objidl.idl"
;
interface
IOleInPlaceActiveObject
;
/*****************************************************************************
*
IOleTypes
interface
...
...
@@ -96,54 +97,6 @@ interface IOleInPlaceObject : IOleWindow
}
/*
avoid
conflict
with
Wine
Unicode
macros
*/
cpp_quote
(
"#ifdef WINE_NO_UNICODE_MACROS"
)
cpp_quote
(
"#undef TranslateAccelerator"
)
cpp_quote
(
"#endif"
)
/*****************************************************************************
*
IOleInPlaceActiveObject
interface
*/
interface
IOleInPlaceUIWindow
; /* forward declaration */
[
object
,
uuid
(
00000117
-
0000
-
0000
-
c000
-
000000000046
)
]
interface
IOleInPlaceActiveObject
:
IOleWindow
{
typedef
[
unique
]
IOleInPlaceActiveObject
*
LPOLEINPLACEACTIVEOBJECT
;
[
local
]
HRESULT
TranslateAccelerator
(
[
in
]
LPMSG
lpmsg
)
;
[
call_as
(
TranslateAccelerator
)
]
HRESULT
RemoteTranslateAccelerator
()
;
HRESULT
OnFrameWindowActivate
(
[
in
]
BOOL
fActivate
)
;
HRESULT
OnDocWindowActivate
(
[
in
]
BOOL
fActivate
)
;
[
local
]
HRESULT
ResizeBorder
(
[
in
]
LPCRECT
prcBorder
,
[
in
,
unique
]
IOleInPlaceUIWindow
*
pUIWindow
,
[
in
]
BOOL
fFrameWindow
)
;
[
call_as
(
ResizeBorder
)
]
HRESULT
RemoteResizeBorder
(
[
in
]
LPCRECT
prcBorder
,
[
in
]
REFIID
riid
,
[
in
,
unique
,
iid_is
(
riid
)
]
IOleInPlaceUIWindow
*
pUIWindow
,
[
in
]
BOOL
fFrameWindow
)
;
HRESULT
EnableModeless
(
[
in
]
BOOL
fEnable
)
;
}
/*****************************************************************************
*
IOleInPlaceUIWindow
interface
*/
...
...
@@ -176,6 +129,11 @@ interface IOleInPlaceUIWindow : IOleWindow
}
/*
avoid
conflict
with
Wine
Unicode
macros
*/
cpp_quote
(
"#ifdef WINE_NO_UNICODE_MACROS"
)
cpp_quote
(
"#undef TranslateAccelerator"
)
cpp_quote
(
"#endif"
)
/*****************************************************************************
*
IOleInPlaceFrame
interface
*/
...
...
@@ -229,6 +187,48 @@ interface IOleInPlaceFrame : IOleInPlaceUIWindow
/*****************************************************************************
*
IOleInPlaceActiveObject
interface
*/
[
object
,
uuid
(
00000117
-
0000
-
0000
-
c000
-
000000000046
)
]
interface
IOleInPlaceActiveObject
:
IOleWindow
{
typedef
[
unique
]
IOleInPlaceActiveObject
*
LPOLEINPLACEACTIVEOBJECT
;
[
local
]
HRESULT
TranslateAccelerator
(
[
in
]
LPMSG
lpmsg
)
;
[
call_as
(
TranslateAccelerator
)
]
HRESULT
RemoteTranslateAccelerator
()
;
HRESULT
OnFrameWindowActivate
(
[
in
]
BOOL
fActivate
)
;
HRESULT
OnDocWindowActivate
(
[
in
]
BOOL
fActivate
)
;
[
local
]
HRESULT
ResizeBorder
(
[
in
]
LPCRECT
prcBorder
,
[
in
,
unique
]
IOleInPlaceUIWindow
*
pUIWindow
,
[
in
]
BOOL
fFrameWindow
)
;
[
call_as
(
ResizeBorder
)
]
HRESULT
RemoteResizeBorder
(
[
in
]
LPCRECT
prcBorder
,
[
in
]
REFIID
riid
,
[
in
,
unique
,
iid_is
(
riid
)
]
IOleInPlaceUIWindow
*
pUIWindow
,
[
in
]
BOOL
fFrameWindow
)
;
HRESULT
EnableModeless
(
[
in
]
BOOL
fEnable
)
;
}
/*****************************************************************************
*
IOleInPlaceSite
interface
*/
[
...
...
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