- Fix broken IInternetZoneManagerVtbl definition.

svn path=/trunk/; revision=16782
This commit is contained in:
Alex Ionescu 2005-07-27 01:56:55 +00:00
parent e618d8965d
commit 1f1ef9eab3

View file

@ -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,