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
a57c3913
Commit
a57c3913
authored
Feb 21, 2005
by
Vincent Béron
Committed by
Alexandre Julliard
Feb 21, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added IRichEditOleCallback.
parent
9afc3ebe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
richole.idl
include/richole.idl
+22
-0
No files found.
include/richole.idl
View file @
a57c3913
...
...
@@ -105,3 +105,25 @@ interface IRichEditOle : IUnknown
HRESULT
GetClipboardData
(
CHARRANGE
*
lpchrg
,
DWORD
reco
,
LPDATAOBJECT
*
lplpdataobj
)
;
HRESULT
ImportDataObject
(
LPDATAOBJECT
lpdataobj
,
CLIPFORMAT
cf
,
HGLOBAL
hMetaPict
)
;
}
/*****************************************************************************
*
IRichEditOleCallback
*/
[
object
,
uuid
(
00020
d03
-
0000
-
0000
-
c000
-
000000000046
),
pointer_default
(
unique
)
]
interface
IRichEditOleCallback
:
IUnknown
{
HRESULT
GetNewStorage
(
LPSTORAGE
*
lplpstg
)
;
HRESULT
GetInPlaceContext
(
LPOLEINPLACEFRAME
*
lplpFrame
,
LPOLEINPLACEUIWINDOW
*
lplpDoc
,
LPOLEINPLACEFRAMEINFO
lpFrameInfo
)
;
HRESULT
ShowContainerUI
(
BOOL
fShow
)
;
HRESULT
QueryInsertObject
(
LPCLSID
lpclsid
,
LPSTORAGE
lpstg
,
LONG
cp
)
;
HRESULT
DeleteObject
(
LPOLEOBJECT
lpoleobj
)
;
HRESULT
QueryAcceptData
(
LPDATAOBJECT
lpdataobj
,
CLIPFORMAT
*
lpcfFormat
,
DWORD
reco
,
BOOL
fReally
,
HGLOBAL
hMetaPict
)
;
HRESULT
ContextSensitiveHelp
(
BOOL
fEnterMode
)
;
HRESULT
GetClipboardData
(
CHARRANGE
*
lpchrg
,
DWORD
reco
,
LPDATAOBJECT
*
lplpdataobj
)
;
HRESULT
GetDragDropEffect
(
BOOL
fDrag
,
DWORD
grfKeyState
,
LPDWORD
pdwEffect
)
;
HRESULT
GetContextMenu
(
WORD
seltype
,
LPOLEOBJECT
lpoleobj
,
CHARRANGE
*
lpchrg
,
HMENU
*
lphmenu
)
;
}
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