Share via


IEvalRat::put_BlockUnRated method (tvratings.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 put_BlockUnRated method specifies whether to block a program for which rating information has not been obtained.

Syntax

HRESULT put_BlockUnRated(
  [in] BOOL fBlockUnRatedShows
);

Parameters

[in] fBlockUnRatedShows

Boolean value. Specify TRUE to block unrated programs, or specify FALSE not to block unrated programs.

Return value

The method returns an HRESULT. Possible values include those in the following table.

Return code Description
S_OK
The method succeeded.

Requirements

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

See also

IEvalRat Interface