Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The RemoveDenialsFor method removes the denials collection for a specified CA object.
Syntax
HRESULT RemoveDenialsFor(
IUnknown *pUnk
);
Parameters
pUnk
[in] Pointer to the IUnknown interface of the CA object from which to remove the denials collection.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
In the current implementation, the pUnk parameter must specify a toll object that exposes the ICAToll interface. Otherwise, the method returns E_NOINTERFACE.
This method is called automatically by the Conditional Access system.
See Also