IShellUIHelper3::InPrivateFilteringEnabled Method
Detects whether the user has enabled InPrivate Filtering.
Syntax
HRESULT InPrivateFilteringEnabled( VARIANT_BOOL *pfEnabled );
Parameters
- pfEnabled
[out, retval] Returns VARIANT_TRUE if the user has enabled InPrivate Filtering; VARIANT_FALSE otherwise.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also