ExtensionValidationResults enumeration

For Internet Explorer 11, this structure contains the valid output values that security products can use when making a determination whether an ActiveX control should be loaded.

Syntax


typedef enum ExtensionValidationResults { 
  ExtensionValidationResultNone              = 0,
  ExtensionValidationResultDoNotInstantiate  = 0x1,
  ExtensionValidationResultArrestPageLoad    = 0x2
} ExtensionValidationResults;

Constants

ExtensionValidationResultNone

Security products should return this result if the security product determines that it is safe to load the ActiveX control.

ExtensionValidationResultDoNotInstantiate

Security products should return this result if the security product determines that it is unsafe to load the ActiveX control, but the web page is otherwise safe.

ExtensionValidationResultArrestPageLoad

Security products should return this result if the security product determines that the web page is entirely unsafe.

Remarks

For IE11, this structure contains the valid output values that security products must use when making a determination whether or not it is safe to load an ActiveX control.

Requirements

Minimum supported client

Windows 7

Minimum supported server

Windows Server 2008 R2

Header

ExtensionValidation.h

IDL

ExtensionValidation.idl

 

 

Show: