CONFIRMSAFETY structure
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:
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 |
|
Show: