SetIDList method

int SetIDList(
  1. Pointer<ITEMIDLIST> pidl
)

Implementation

int SetIDList(Pointer<ITEMIDLIST> pidl) => ptr.ref.vtable
        .elementAt(5)
        .cast<
            Pointer<
                NativeFunction<
                    Int32 Function(Pointer, Pointer<ITEMIDLIST> pidl)>>>()
        .value
        .asFunction<int Function(Pointer, Pointer<ITEMIDLIST> pidl)>()(
    ptr.ref.lpVtbl, pidl);