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
3a974b1c
Commit
3a974b1c
authored
Apr 15, 2016
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Apr 18, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mimeole.idl: Correct IMimePropertySchema interface.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
9b8d63d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
1 deletion
+26
-1
mimeole.idl
include/mimeole.idl
+26
-1
No files found.
include/mimeole.idl
View file @
3a974b1c
...
...
@@ -469,6 +469,8 @@ library MIMEOLE
]
interface
IMimePropertySchema
:
IUnknown
{
typedef
[
unique
]
IMimePropertySchema
*
LPMIMEPROPERTYSCHEMA
;
typedef
enum
tagMIMEPROPFLAGS
{
MPF_INETCSET
=
0
x01
,
...
...
@@ -479,7 +481,30 @@ library MIMEOLE
MPF_READONLY
=
0
x20
}
MIMEPROPFLAGS
;
/*
FIXME
:
fill
this
in
*/
HRESULT
RegisterProperty
(
[
in
]
const
char
*
name
,
[
in
]
DWORD
flags
,
[
in
]
DWORD
rownumber
,
[
in
]
VARTYPE
vtdefault
,
[
out
]
DWORD
*
propid
)
;
HRESULT
ModifyProperty
(
[
in
]
const
char
*
name
,
[
in
]
DWORD
flags
,
[
in
]
DWORD
rownumber
,
[
in
]
VARTYPE
vtdefault
)
;
HRESULT
GetPropertyId
(
[
in
]
const
char
*
name
,
[
out
]
DWORD
*
propid
)
;
HRESULT
GetPropertyName
(
[
in
]
DWORD
propid
,
[
out
]
char
**
name
)
;
HRESULT
RegisterAddressType
(
[
in
]
const
char
*
name
,
[
out
]
DWORD
*
adrtype
)
;
}
[
...
...
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