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.
[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_BlockUnRatedDelay method retrieves that length of time the filter waits before it blocks unrated content.
Syntax
HRESULT get_BlockUnRatedDelay(
  [out, retval] LONG *pmsecsDelayBeforeBlock
);
Parameters
[out, retval] pmsecsDelayBeforeBlock
Receives the delay, in milliseconds.
Return value
Returns an HRESULT. Possible values include the following.
| Return code | Description | 
|---|---|
| 
 | NULL pointer argument | 
| 
 | Success | 
Remarks
Regardless of the value of this property, the filter does not block unrated content unless the BlockUnRated property is TRUE.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows�XP with SP1 [desktop apps only] | 
| Minimum supported server | None supported | 
| Target Platform | Windows | 
| Header | encdec.h |