Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
The get_BlockUnRatedDelay method retrieves that length of time the filter waits before it blocks unrated content.
Syntax
HRESULT get_BlockUnRatedDelay(
LONG *pmsecsDelayBeforeBlock
);
Parameters
pmsecsDelayBeforeBlock
[out, retval] Pointer to a variable that receives the delay, in milliseconds.
Return Values
Returns an HRESULT. Possible values include the following.
Value | 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.
See Also