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
4a8ab265
Commit
4a8ab265
authored
Jun 22, 2008
by
Rob Shearman
Committed by
Alexandre Julliard
Jun 23, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add declarations for OleNoteObjectVisible, GetConvertStg and OleDoAutoConvert to ole2.h.
parent
7302227b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
ole2.h
include/ole2.h
+3
-0
No files found.
include/ole2.h
View file @
4a8ab265
...
...
@@ -84,6 +84,7 @@ HRESULT WINAPI OleCreateLinkFromData(LPDATAOBJECT pSrcDataObj, REFIID riid,
LPOLECLIENTSITE
pClientSite
,
LPSTORAGE
pStg
,
LPVOID
*
ppvObj
);
HRESULT
WINAPI
OleSetContainedObject
(
LPUNKNOWN
pUnknown
,
BOOL
fContained
);
HRESULT
WINAPI
OleNoteObjectVisible
(
LPUNKNOWN
pUnknown
,
BOOL
fVisible
);
HRESULT
WINAPI
OleQueryLinkFromData
(
IDataObject
*
pSrcDataObject
);
HRESULT
WINAPI
OleQueryCreateFromData
(
LPDATAOBJECT
pSrcDataObject
);
HRESULT
WINAPI
OleRun
(
LPUNKNOWN
pUnknown
);
...
...
@@ -111,6 +112,7 @@ HRESULT WINAPI OleCreateLink(LPMONIKER pmkLinkSrc, REFIID riid, DWORD render
HRESULT
WINAPI
OleCreate
(
REFCLSID
rclsid
,
REFIID
riid
,
DWORD
renderopt
,
LPFORMATETC
pFormatEtc
,
LPOLECLIENTSITE
pClientSite
,
LPSTORAGE
pStg
,
LPVOID
*
ppvObj
);
HRESULT
WINAPI
OleFlushClipboard
(
void
);
HRESULT
WINAPI
GetConvertStg
(
LPSTORAGE
pStg
);
HRESULT
WINAPI
SetConvertStg
(
LPSTORAGE
pStg
,
BOOL
fConvert
);
BOOL
WINAPI
IsAccelerator
(
HACCEL
hAccel
,
int
cAccelEntries
,
struct
tagMSG
*
lpMsg
,
WORD
*
lpwCmd
);
HRESULT
WINAPI
OleCreateLinkToFile
(
LPCOLESTR
lpszFileName
,
REFIID
riid
,
DWORD
renderopt
,
LPFORMATETC
lpFormatEtc
,
...
...
@@ -154,6 +156,7 @@ typedef struct _OLESTREAM {
HRESULT
WINAPI
OleConvertOLESTREAMToIStorage
(
LPOLESTREAM
lpolestream
,
LPSTORAGE
pstg
,
const
DVTARGETDEVICE
*
ptd
);
HRESULT
WINAPI
OleConvertIStorageToOLESTREAM
(
LPSTORAGE
pstg
,
LPOLESTREAM
lpolestream
);
HRESULT
WINAPI
OleDoAutoConvert
(
LPSTORAGE
pStg
,
LPCLSID
pClsidNew
);
HRESULT
WINAPI
OleGetAutoConvert
(
REFCLSID
clsidOld
,
LPCLSID
pClsidNew
);
HRESULT
WINAPI
OleSetAutoConvert
(
REFCLSID
clsidOld
,
REFCLSID
clsidNew
);
...
...
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