IShellUIHelper2::SqmEnabled Method
Not supported. Determines whether Software Quality Monitoring (SQM) is enabled.
Not supported. Determines whether SQM is enabled.
Syntax
HRESULT SqmEnabled( VARIANT_BOOL *pfEnabled );
Parameters
- pfEnabled
[out, retval] One of the following required values:
VARIANT_TRUE
SQM is enabled.VARIANT_FALSE
SQM is disabled.
Return Value
Returns one of the following values:
S_OK Success. E_ACCESSDENIED Method is not allowed in the current domain.
Remarks
IShellUIHelper2::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.
See Also