Share via


IDTFilter::get_BlockUnRated method (encdec.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The get_BlockUnRated method indicates whether a program without rating information is blocked.

Syntax

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

Parameters

[out, retval] pfBlockUnRatedShows

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

   
Minimum supported client Windows�XP with SP1 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header encdec.h

See also

IDTFilter Interface