mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
- Fix broken IInternetZoneManagerVtbl definition.
svn path=/trunk/; revision=16782
This commit is contained in:
parent
e618d8965d
commit
1f1ef9eab3
1 changed files with 7 additions and 0 deletions
|
@ -2043,6 +2043,13 @@ struct IInternetZoneManagerVtbl {
|
|||
DWORD cbPolicy,
|
||||
URLZONEREG urlZoneReg);
|
||||
|
||||
HRESULT (STDMETHODCALLTYPE *PromptAction)(
|
||||
IInternetZoneManager* This,
|
||||
DWORD dwAction,
|
||||
LPCWSTR pwszUrl,
|
||||
LPCWSTR pwszText,
|
||||
DWORD dwPromptFlags);
|
||||
|
||||
HRESULT (STDMETHODCALLTYPE *LogAction)(
|
||||
IInternetZoneManager* This,
|
||||
DWORD dwAction,
|
||||
|
|
Loading…
Reference in a new issue