IEvalRat::put_BlockUnRated
Microsoft DirectShow 9.0 |
IEvalRat::put_BlockUnRated
This topic applies to Windows XP Service Pack 1 or later.
The put_BlockUnRated method specifies whether to block a program for which rating information has not been obtained.
Syntax
HRESULT put_BlockUnRated( BOOL fBlockUnRatedShows );
Parameters
fBlockUnRatedShows
[in] Boolean value. Specify TRUE to block unrated programs, or specify FALSE not to block unrated programs.
Return Values
The method returns an HRESULT. Possible values include those in the following table.
Value | Description |
S_OK | The method succeeded. |
Remarks
None.
Requirements
Header: Tvratings.h.
See Also