Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
The put_UnratedDelay method specifies how long the Video Control will play unrated content before blocking it. The value is ignored until the put_BlockUnrated method is called with the value VARIANT_TRUE.
Syntax
HRESULT put_UnratedDelay(
long dwDelay
);
Parameters
dwDelay
[in] Specifies the delay before blocking unrated content, in milliseconds.
Return Values
The method returns an HRESULT. Possible values include the following.
Value | Description |
S_OK | The method succeeded. |
See Also