Microsoft DirectX 8.1 (C++)

ICATolls.Remove

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The Remove method removes a toll from the collection.

Syntax

objCATolls.Remove(Index)

Parameters

  Index

VARIANT that specifies the toll to remove. This parameter can be a zero-based index into the collection, an ICAToll object already in the collection, or a string containing the CLSID of the policy.

Error Codes

If the method fails, an error is raised and Err.Number is set to a value other than zero.

Return Values

No return value.

See Also