Microsoft DirectX 8.1 (C++)

ICAPolicy::CheckRequest

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The CheckRequest method checks whether the policy denies the specified request.

Syntax

HRESULT CheckRequest(
  ICARequest*  pReq
);

Parameters

  pReq

[in]  Pointer to the ICARequest interface of the request.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

The policy can add one or more denials to the request, to block the request.

See Also