getStream method
Implementation
int getStream(Pointer<Pointer<COMObject>> manifestStream) =>
(ptr.ref.vtable + 11)
.cast<
Pointer<
NativeFunction<
Int32 Function(
Pointer,
Pointer<Pointer<COMObject>> manifestStream,
)
>
>
>()
.value
.asFunction<
int Function(Pointer, Pointer<Pointer<COMObject>> manifestStream)
>()(ptr.ref.lpVtbl, manifestStream);