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
a0cdab26
Commit
a0cdab26
authored
Sep 29, 2017
by
Nikolay Sivov
Committed by
Alexandre Julliard
Sep 29, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Added IWinInetHttpTimeouts definition.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
2ae0574d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
urlmon.idl
include/urlmon.idl
+17
-0
No files found.
include/urlmon.idl
View file @
a0cdab26
...
...
@@ -558,6 +558,23 @@ interface IWinInetHttpInfo : IWinInetInfo
}
/*****************************************************************************
*
IWinInetHttpTimeouts
interface
*/
[
local
,
object
,
uuid
(
f286fa56
-
c1fd
-
4270
-
8
e67
-
b3eb790a81e8
),
pointer_default
(
unique
)
]
interface
IWinInetHttpTimeouts
:
IUnknown
{
HRESULT
GetRequestTimeouts
(
[
out
]
DWORD
*
connect_timeout
,
[
out
]
DWORD
*
send_timeout
,
[
out
]
DWORD
*
receive_timeout
)
;
}
/*****************************************************************************
*
IWindowForBindingUI
interface
*/
[
...
...
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