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
96b7cce0
Commit
96b7cce0
authored
Jul 05, 2005
by
Vijay Kiran Kamuju
Committed by
Alexandre Julliard
Jul 05, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added declaration for IMimeInfo interface.
parent
e56d9dea
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
0 deletions
+38
-0
.cvsignore
include/.cvsignore
+1
-0
Makefile.in
include/Makefile.in
+1
-0
mimeinfo.idl
include/mimeinfo.idl
+36
-0
No files found.
include/.cvsignore
View file @
96b7cce0
...
@@ -11,6 +11,7 @@ dispex.h
...
@@ -11,6 +11,7 @@ dispex.h
docobj.h
docobj.h
exdisp.h
exdisp.h
mediaobj.h
mediaobj.h
mimeinfo.h
mlang.h
mlang.h
mmstream.h
mmstream.h
mshtmhst.h
mshtmhst.h
...
...
include/Makefile.in
View file @
96b7cce0
...
@@ -16,6 +16,7 @@ IDL_SRCS = \
...
@@ -16,6 +16,7 @@ IDL_SRCS = \
docobj.idl
\
docobj.idl
\
exdisp.idl
\
exdisp.idl
\
mediaobj.idl
\
mediaobj.idl
\
mimeinfo.idl
\
mlang.idl
\
mlang.idl
\
mmstream.idl
\
mmstream.idl
\
mshtmhst.idl
\
mshtmhst.idl
\
...
...
include/mimeinfo.idl
0 → 100644
View file @
96b7cce0
/*
*
Copyright
(
C
)
2005
Vijay
Kiran
Kamuju
*
*
This
library
is
free
software
; you can redistribute it and/or
*
modify
it
under
the
terms
of
the
GNU
Lesser
General
Public
*
License
as
published
by
the
Free
Software
Foundation
; either
*
version
2.1
of
the
License
,
or
(
at
your
option
)
any
later
version
.
*
*
This
library
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
; without even the implied warranty of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
*
Lesser
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
Lesser
General
Public
*
License
along
with
this
library
; if not, write to the Free Software
*
Foundation
,
Inc
.
,
59
Temple
Place
,
Suite
330
,
Boston
,
MA
02111
-
1307
USA
*/
import
"objidl.idl"
;
[
local
,
object
,
uuid
(
f77459a0
-
bf9a
-
11
cf
-
ba4e
-
00
c04fd70816
),
pointer_default
(
unique
)
]
interface
IMimeInfo
:
IUnknown
{
typedef
[
unique
]
IMimeInfo
*
LPMIMEINFO
;
HRESULT
GetMimeCLSIDMapping
(
[
out
]
UINT
*
pcTypes
,
[
out
]
LPCSTR
*
*
ppszTypes
,
[
out
]
CLSID
*
*
ppclsID
)
;
}
cpp_quote
(
"#define SID_IMimeInfo IID_IMimeInfo"
)
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