SqmEnabled method
Not supported. Determines whether Software Quality Monitoring (SQM) is enabled.
Syntax
VARIANT_BOOL retVal = object.SqmEnabled();
Parameters
This method has no parameters.
Return value
Type: VARIANT_BOOL
This method can return one of these values.
Return value | Description |
---|---|
true | SQM is enabled. |
false | SQM is disabled. |
Remarks
SqmEnabled was introduced in Windows Internet Explorer 7.
The SQM technology enables the collection of data relating to application use, performance, and errors. This data is sent to Microsoft, where improvements to products can be made based on actual user data.
This method can only be called from a "first run" page in the correct domain.