Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The ICAPolicies interface represents a collection of policies. It enables the caller to enumerate the collection, or add or remove items.
In addition to the methods inherited from IDispatch, the ICAPolicies interface exposes the following methods.
Method | Description |
Add | Adds a policy to the collection. |
get__NewEnum | Retrieves an enumerator for the collection. |
get_Count | Retrieves the number of policies in the collection. |
get_Item | Retrieves a policy from the collection. |
Remove | Removes a policy from the collection. |