Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The NotifyPolicyAdded method signals that a policy was added. This method fires an _ICAManagerEvents::PolicyAdded event.
Syntax
HRESULT NotifyPolicyAdded(
ICAPolicy* pPolicy,
long cPolicies
);
Parameters
pPolicy
[in] Pointer to the ICAPolicy interface of the policy.
cPolicies
[in] Number of policies associated with the Conditional Access (CA) Manager, including the new one.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
See Also