Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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(
[in] BOOL fBlockUnRatedShows
);
Parameters
- fBlockUnRatedShows [in]
Boolean value. Specify TRUE to block unrated programs, or specify FALSE not to block unrated programs.
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::put_BlockUnRated.
Requirements
Header | Declared in EncDec.h. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008