Share via


IDTFilter::get_BlockUnRatedDelay 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_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
E_POINTER
NULL pointer argument
S_OK
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

See also

IDTFilter Interface

IDTFilter::get_BlockUnRated