mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:45:50 +00:00
[APPWIZ] Implement InstallCallback_GetBindInfo (#5480)
- Fix errors on 2nd stage setup epilogue. - Just return E_NOTIMPL in InstallCallback_GetBindInfo function. That's Okay. CORE-15786
This commit is contained in:
parent
fe440f7514
commit
5965c10f96
1 changed files with 1 additions and 3 deletions
|
@ -321,9 +321,7 @@ static HRESULT WINAPI InstallCallback_OnStopBinding(IBindStatusCallback *iface,
|
||||||
static HRESULT WINAPI InstallCallback_GetBindInfo(IBindStatusCallback *iface,
|
static HRESULT WINAPI InstallCallback_GetBindInfo(IBindStatusCallback *iface,
|
||||||
DWORD* grfBINDF, BINDINFO* pbindinfo)
|
DWORD* grfBINDF, BINDINFO* pbindinfo)
|
||||||
{
|
{
|
||||||
/* FIXME */
|
return E_NOTIMPL;
|
||||||
*grfBINDF = 0;
|
|
||||||
return S_OK;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static HRESULT WINAPI InstallCallback_OnDataAvailable(IBindStatusCallback *iface, DWORD grfBSCF,
|
static HRESULT WINAPI InstallCallback_OnDataAvailable(IBindStatusCallback *iface, DWORD grfBSCF,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue