Share via


IDTFilter::get_BlockUnRated Method

This topic applies to Windows XP Service Pack 1 or later.
The get_BlockUnRated method indicates whether a program without rating information is blocked.

Syntax

HRESULT get_BlockUnRated(
  [out, retval]  BOOL *pfBlockUnRatedShows
);

Parameters

  • pfBlockUnRatedShows [out]
    Receives a Boolean value. If the value is TRUE, unrated shows are blocked. Otherwise, they are not blocked.

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_BlockUnRated.

Requirements

Header Declared in EncDec.h.

See Also

IDTFilter Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008