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
e3527ccb
Commit
e3527ccb
authored
Nov 25, 2000
by
Marcus Meissner
Committed by
Alexandre Julliard
Nov 25, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added prototypes for Ole{G,S}etAutoConvert, LHashValOfNameSys{,A}.
parent
e93807c0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
ole2.h
include/ole2.h
+3
-0
oleauto.h
include/oleauto.h
+3
-0
No files found.
include/ole2.h
View file @
e3527ccb
...
@@ -127,6 +127,9 @@ typedef struct _OLESTREAM {
...
@@ -127,6 +127,9 @@ typedef struct _OLESTREAM {
HRESULT
WINAPI
OleConvertOLESTREAMToIStorage
(
LPOLESTREAM
lpolestream
,
LPSTORAGE
pstg
,
const
DVTARGETDEVICE
*
ptd
);
HRESULT
WINAPI
OleConvertOLESTREAMToIStorage
(
LPOLESTREAM
lpolestream
,
LPSTORAGE
pstg
,
const
DVTARGETDEVICE
*
ptd
);
HRESULT
WINAPI
OleConvertIStorageToOLESTREAM
(
LPSTORAGE
pstg
,
LPOLESTREAM
lpolestream
);
HRESULT
WINAPI
OleConvertIStorageToOLESTREAM
(
LPSTORAGE
pstg
,
LPOLESTREAM
lpolestream
);
HRESULT
WINAPI
OleGetAutoConvert
(
REFCLSID
clsidOld
,
LPCLSID
pClsidNew
);
HRESULT
WINAPI
OleSetAutoConvert
(
REFCLSID
clsidOld
,
REFCLSID
clsidNew
);
#ifdef __cplusplus
#ifdef __cplusplus
}
/* extern "C" */
}
/* extern "C" */
#endif
/* defined(__cplusplus) */
#endif
/* defined(__cplusplus) */
...
...
include/oleauto.h
View file @
e3527ccb
...
@@ -547,6 +547,9 @@ typedef enum tagREGKIND
...
@@ -547,6 +547,9 @@ typedef enum tagREGKIND
INT
WINAPI
DosDateTimeToVariantTime
(
USHORT
,
USHORT
,
DATE
*
);
INT
WINAPI
DosDateTimeToVariantTime
(
USHORT
,
USHORT
,
DATE
*
);
ULONG
WINAPI
LHashValOfNameSysA
(
SYSKIND
syskind
,
LCID
lcid
,
LPCSTR
*
szName
);
ULONG
WINAPI
LHashValOfNameSys
(
SYSKIND
syskind
,
LCID
lcid
,
LPCOLESTR
szName
);
HRESULT
WINAPI
DispGetParam
(
DISPPARAMS
*
pdispparams
,
UINT
position
,
HRESULT
WINAPI
DispGetParam
(
DISPPARAMS
*
pdispparams
,
UINT
position
,
VARTYPE
vtTarg
,
VARIANT
*
pvarResult
,
UINT
*
puArgErr
);
VARTYPE
vtTarg
,
VARIANT
*
pvarResult
,
UINT
*
puArgErr
);
HRESULT
WINAPI
DispGetIDsOfNames
(
ITypeInfo
*
ptinfo
,
OLECHAR
**
rgszNames
,
HRESULT
WINAPI
DispGetIDsOfNames
(
ITypeInfo
*
ptinfo
,
OLECHAR
**
rgszNames
,
...
...
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