getIDList method

int getIDList(
  1. Pointer<Pointer<ITEMIDLIST>> ppidl
)

Implementation

int getIDList(Pointer<Pointer<ITEMIDLIST>> ppidl) => (ptr.ref.vtable + 4)
    .cast<
      Pointer<
        NativeFunction<
          Int32 Function(Pointer, Pointer<Pointer<ITEMIDLIST>> ppidl)
        >
      >
    >()
    .value
    .asFunction<
      int Function(Pointer, Pointer<Pointer<ITEMIDLIST>> ppidl)
    >()(ptr.ref.lpVtbl, ppidl);