getCurrentSupportedViews method

int getCurrentSupportedViews(
  1. Pointer<Pointer<SAFEARRAY>> retVal
)

Implementation

int getCurrentSupportedViews(Pointer<Pointer<SAFEARRAY>> retVal) =>
    (ptr.ref.vtable + 6)
            .cast<
                Pointer<
                    NativeFunction<
                        Int32 Function(
                            Pointer, Pointer<Pointer<SAFEARRAY>> retVal)>>>()
            .value
            .asFunction<
                int Function(Pointer, Pointer<Pointer<SAFEARRAY>> retVal)>()(
        ptr.ref.lpVtbl, retVal);