Contents Index Topic Contents | ||
Previous Topic: URL Security Zones Overview Next Topic: URL Security Zones Reference |
Appendix A: Header File Additions Required for ActiveX Controls
The following definitions didn't make it into the Urlmon.idl and Urlmon.h files in time for the Microsoft® Internet Explorer 4.0 release, so they need to be added to those files for any ActiveX Controls that access the new URL security zone manager implemented in Internet Explorer 4.0.
#define CONFIRMSAFETYACTION_LOADOBJECT 0x00000001 struct CONFIRMSAFETY { CLSID clsid; IUnknown *punk; DWORD dwFlags; }; static const GUID GUID_CUSTOM_CONFIRMOBJECTSAFETY = { 0x10200490, 0xfa38, 0x11d0, { 0xac, 0xe, 0x0, 0xa0, 0xc9, 0xf, 0xff, 0xc0 } };
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.