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 |
---|---|
|
The EvalRat object was not successfully created. |
|
Success. |
Remarks
The filter passes this call through to the EvalRat object. For more information, see IEvalRat::get_BlockUnRated.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows�XP with SP1 [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | encdec.h |