IEnumIDListClone Method

Creates a new item enumeration object with the same contents and state as the current one.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.

Return Value

IEnumIDList
The address of a pointer to the new enumeration object.

The calling application must eventually free the new object by calling its Release member function.

See Also