compareIDs method

HRESULT compareIDs(
  1. LPARAM lParam,
  2. Pointer<ITEMIDLIST> pidl1,
  3. Pointer<ITEMIDLIST> pidl2
)

Determines the relative order of two file objects or folders, given their item identifier lists.

To learn more, see learn.microsoft.com/windows/win32/api/shobjidl_core/nf-shobjidl_core-ishellfolder-compareids.

Implementation

@pragma('vm:prefer-inline')
HRESULT compareIDs(
  LPARAM lParam,
  Pointer<ITEMIDLIST> pidl1,
  Pointer<ITEMIDLIST> pidl2,
) => HRESULT(_CompareIDsFn(ptr, lParam, pidl1, pidl2));