Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic applies to Windows XP Service Pack 1 or later.
The put_BlockedRatingAttributes method specifies whether to block content that has a specified rating.
Syntax
HRESULT put_BlockedRatingAttributes(
[in] EnTvRat_System EnSystem,
[in] EnTvRat_GenericLevel EnRating,
[in] LONG lbfEnAttr
);
Parameters
EnSystem [in]
Specifies the rating system, as an EnTvRat_System enumeration type.EnRating [in]
Specifies the rating level, as an EnTvRat_GenericLevel enumeration type.lbfEnAttr [in]
Bitwise combination of zero or more flags from the BfEnTvRat_GenericAttributes enumeration.
Return Value
Returns an HRESULT. Possible values include the following.
Return code | Description |
---|---|
E_NOINTERFACE |
The EvalRat object was not successfully created. |
S_OK |
Success. |
Remarks
The filter passes this call through to the EvalRat object. For more information, see IEvalRat::put_BlockedRatingAttributes.
Requirements
Header | Declared in EncDec.h. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008