ISearchScopeRule::get_IsDefault Method

Gets the property that describes whether this is a default rule.

Syntax

HRESULT get_IsDefault(      
    BOOL *pfIsDefault
);

Parameters

  • pfIsDefault
    [out, retval] Returns a pointer to the property value: TRUE for default rules and FALSE otherwise.

Return Value

Returns S_OK if successful, or an error value otherwise.