getChildren method
Implementation
int getChildren(Pointer<Pointer<SAFEARRAY>> childArray) =>
(ptr.ref.vtable + 5)
.cast<
Pointer<
NativeFunction<
Int32 Function(Pointer, Pointer<Pointer<SAFEARRAY>> childArray)
>
>
>()
.value
.asFunction<
int Function(Pointer, Pointer<Pointer<SAFEARRAY>> childArray)
>()(ptr.ref.lpVtbl, childArray);