getEnclosingElementBuildCache method

int getEnclosingElementBuildCache(
  1. Pointer<COMObject> cacheRequest,
  2. Pointer<Pointer<COMObject>> enclosingElement
)

Implementation

int getEnclosingElementBuildCache(Pointer<COMObject> cacheRequest,
        Pointer<Pointer<COMObject>> enclosingElement) =>
    (ptr.ref.vtable + 22)
            .cast<
                Pointer<
                    NativeFunction<
                        Int32 Function(Pointer, Pointer<COMObject> cacheRequest,
                            Pointer<Pointer<COMObject>> enclosingElement)>>>()
            .value
            .asFunction<
                int Function(Pointer, Pointer<COMObject> cacheRequest,
                    Pointer<Pointer<COMObject>> enclosingElement)>()(
        ptr.ref.lpVtbl, cacheRequest, enclosingElement);