Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The ItemRemoved method is called when a policy is removed.
Syntax
HRESULT ItemRemoved(
ICAPolicy* pPolicy,
long cPolicies
);
Parameters
pPolicy
[in] Pointer to the ICAPolicy interface of the policy.
cPolicies
Number of policies that are still in effect.
Return Values
Return S_OK or an error code.
Remarks
The dispatch identifier (dispid) of this method is 2.
See Also