Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Contains a class identifier (CLSID) and pointer to an object.
Syntax
typedef struct {
CLSID clsid;
IUnknown *pUnk;
DWORD dwFlags;
} CONFIRMSAFETY;
Members
clsid
The CLSID of a ActiveX object.
pUnk
A pointer to the object identified by CLSID in clsid.
dwFlags
You can specify the following flag, or zero:
CONFIRMSAFETYACTION_LOADOBJECT
Determines whether it is safe to load the object. The default security manager ignores this value.
Remarks
Use this structure with IInternetHostSecurityManager::QueryCustomPolicy to determine if an object is safe for scripting.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Product |
Internet Explorer 3.0 |
Header |
Urlmon.h |