Microsoft DirectX 9.0

IEvalRat::put_BlockUnRated

This topic applies to Windows XP Service Pack 1 only.

The put_BlockUnRated method specifies whether to block a program for which rating information has not been obtained.

Syntax

HRESULT put_BlockUnRated(
  BOOL  fBlockUnRatedShows
);

Parameters

fBlockUnRatedShows

[in]  Boolean value. Specify TRUE to block unrated programs, or specify FALSE not to block unrated programs.

Return Values

The method returns an HRESULT. Possible values include those in the following table.

Value Description
S_OK The method succeeded.

Remarks

For more information, see Setting Allowable Viewing Levels.

See Also