Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
The put_BlockUnrated method specifies whether to block unrated content.
Syntax
HRESULT put_BlockUnrated(
VARIANT_BOOL bBlock
);
Parameters
bBlock
[in] Specifies one of the following values.
Value | Description |
VARIANT_FALSE | Do not block unrated content. |
VARIANT_TRUE | Block unrated content. |
Return Values
The method returns an HRESULT. Possible values include the following.
Value | Description |
S_OK | The method succeeded. |
See Also