getOutputStream method

int getOutputStream(
  1. Pointer<Pointer<COMObject>> ppStream
)

Implementation

int getOutputStream(Pointer<Pointer<COMObject>> ppStream) => (ptr.ref.vtable +
            15)
        .cast<
            Pointer<
                NativeFunction<
                    Int32 Function(
                        Pointer, Pointer<Pointer<COMObject>> ppStream)>>>()
        .value
        .asFunction<
            int Function(Pointer, Pointer<Pointer<COMObject>> ppStream)>()(
    ptr.ref.lpVtbl, ppStream);