Share via


IDTFilter::get_BlockedRatingAttributes Method

This topic applies to Windows XP Service Pack 1 or later.
The get_BlockedRatingAttributes method determines whether content is blocked for a given rating system and rating level.

Syntax

HRESULT get_BlockedRatingAttributes(
  [in]           EnTvRat_System EnSystem,
  [in]           EnTvRat_GenericLevel EnRating,
  [out, retval]  LONG plbfEnAttr
);

Parameters

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::get_BlockedRatingAttributes.

Requirements

Header Declared in EncDec.h.

See Also

IDTFilter Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008