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
cdb8e187
Commit
cdb8e187
authored
Mar 01, 2010
by
Austin English
Committed by
Alexandre Julliard
Mar 02, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon: Add a stub for AsyncInstallDistributionUnit.
parent
a942fe6f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
umon.c
dlls/urlmon/umon.c
+11
-0
urlmon.spec
dlls/urlmon/urlmon.spec
+1
-1
No files found.
dlls/urlmon/umon.c
View file @
cdb8e187
...
...
@@ -755,3 +755,14 @@ HRESULT WINAPI GetSoftwareUpdateInfo( LPCWSTR szDistUnit, LPSOFTDISTINFO psdi )
FIXME
(
"%s %p
\n
"
,
debugstr_w
(
szDistUnit
),
psdi
);
return
E_FAIL
;
}
/***********************************************************************
* AsyncInstallDistributionUnit (URLMON.@)
*/
HRESULT
WINAPI
AsyncInstallDistributionUnit
(
LPCWSTR
szDistUnit
,
LPCWSTR
szTYPE
,
LPCWSTR
szExt
,
DWORD
dwFileVersionMS
,
DWORD
dwFileVersionLS
,
LPCWSTR
szURL
,
IBindCtx
*
pbc
,
LPVOID
pvReserved
,
DWORD
flags
)
{
FIXME
(
": stub
\n
"
);
return
E_NOTIMPL
;
}
dlls/urlmon/urlmon.spec
View file @
cdb8e187
...
...
@@ -6,7 +6,7 @@
#3 stub IsJITInProgress
@ stub AsyncGetClassBits
@ st
ub AsyncInstallDistributionUnit
@ st
dcall AsyncInstallDistributionUnit(ptr ptr ptr long long ptr ptr ptr long)
@ stdcall BindAsyncMoniker(ptr long ptr ptr ptr)
@ stdcall CoGetClassObjectFromURL(ptr wstr long long wstr ptr long ptr ptr ptr)
@ stub CoInstall
...
...
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