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 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
- pmsecsDelayBeforeBlock [out]
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
Header | Declared in EncDec.h. |
See Also
IDTFilter Interface
IDTFilter::get_BlockUnRated
Send comments about this topic to Microsoft
Build date: 12/4/2008