Appendix D: Header File Additions Required for ActiveX Controls

Appendix D: 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 will need to be added to those files for any ActiveX controls that access the new URL security zone manager implemented in Microsoft 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 } };

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.