getIDList method
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);