clone method

HRESULT clone(
  1. Pointer<VTablePointer> ppenum
)

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

To learn more, see learn.microsoft.com/windows/win32/api/shobjidl_core/nf-shobjidl_core-ienumidlist-clone.

Implementation

@pragma('vm:prefer-inline')
HRESULT clone(Pointer<VTablePointer> ppenum) =>
    HRESULT(_CloneFn(ptr, ppenum));