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
37554863
Commit
37554863
authored
Jul 13, 2005
by
Jacek Caban
Committed by
Alexandre Julliard
Jul 13, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added downloadmgr.idl.
parent
d3a6a16e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
46 additions
and
0 deletions
+46
-0
uuid.c
dlls/uuid/uuid.c
+1
-0
.cvsignore
include/.cvsignore
+1
-0
Makefile.in
include/Makefile.in
+1
-0
downloadmgr.idl
include/downloadmgr.idl
+43
-0
No files found.
dlls/uuid/uuid.c
View file @
37554863
...
...
@@ -59,6 +59,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
#include "mshtmhst.h"
#include "richole.h"
#include "xmldom.h"
#include "downloadmgr.h"
/* FIXME: cguids declares GUIDs but does not define their values */
...
...
include/.cvsignore
View file @
37554863
...
...
@@ -9,6 +9,7 @@ control.h
ddstream.h
dispex.h
docobj.h
downloadmgr.h
exdisp.h
mediaobj.h
mimeinfo.h
...
...
include/Makefile.in
View file @
37554863
...
...
@@ -14,6 +14,7 @@ IDL_SRCS = \
ddstream.idl
\
dispex.idl
\
docobj.idl
\
downloadmgr.idl
\
exdisp.idl
\
mediaobj.idl
\
mimeinfo.idl
\
...
...
include/downloadmgr.idl
0 → 100644
View file @
37554863
/*
*
Copyright
2005
Jacek
Caban
*
*
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
*/
#
ifndef
DO_NO_IMPORTS
import
"unknwn.idl"
;
import
"ocidl.idl"
;
import
"oleidl.idl"
;
import
"oaidl.idl"
;
#
endif
[
object
,
uuid
(
988934
A4
-
064B
-
11
D3
-
BB80
-
00104B35
E7F9
),
pointer_default
(
unique
),
local
]
interface
IDownloadManager
:
IUnknown
{
HRESULT
Download
(
[
in
]
IMoniker
*
pmk
,
[
in
]
IBindCtx
*
pbc
,
[
in
]
DWORD
dwBindVerb
,
[
in
]
LONG
grfBINDF
,
[
in
]
BINDINFO
*
pBindInfo
,
[
in
]
LPCOLESTR
pszHeaders
,
[
in
]
LPCOLESTR
pszRedir
,
[
in
]
UINT
uiCP
)
;
}
;
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