Microsoft DirectX 8.1 (C++)

ICAManagerInternal::NotifyPolicyRemoved

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

The NotifyPolicyRemoved method signals that a policy was removed. This method fires an _ICAManagerEvents::PolicyRemoved event.

Syntax

HRESULT NotifyPolicyRemoved(
  ICAPolicy*  pPolicy,
  long  cPolicies
);

Parameters

  pPolicy

[in]  Pointer to the ICAPolicy interface of the policy.

  cPolicies

[in]  Number of policies that remain.

Return Values

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

See Also