Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The AddDenialsFor method creates a denials collection for a specified CA object.
Syntax
HRESULT AddDenialsFor(
IUnknown *pUnk
);
Parameters
pUnk
[in] Pointer to the IUnknown interface of the CA object for which to create a 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 whenever a toll is added to a tolls collection.
See Also