Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
The MaxRatingsLevel method specifies the maximum ratings level the object is permitted to play.
Syntax
HRESULT MaxRatingsLevel(
EnTvRat_System pEnSystem,
EnTvRat_GenericLevel pEnRating,
long pBfEnAttr
);
Parameters
pEnSystem
[in] Specifies the rating system, as an EnTvRat_System enumeration value.
pEnRating
[in] Specifies the maximum rating level, as an EnTvRat_GenericLevel enumeration value.
pBfEnAttr
[in] Specifies zero or more ratings attributes, as a bitwise combination of flags from the BfEnTvRat_GenericAttributes enumeration.
Return Values
The method returns an HRESULT. Possible values include the following.
Value | Description |
S_OK | The method succeeded. |
See Also