getChildrenBuildCache method

int getChildrenBuildCache(
  1. Pointer<COMObject> cacheRequest,
  2. Pointer<Pointer<COMObject>> children
)

Implementation

int getChildrenBuildCache(Pointer<COMObject> cacheRequest,
        Pointer<Pointer<COMObject>> children) =>
    (ptr.ref.vtable + 23)
        .cast<
            Pointer<
                NativeFunction<
                    Int32 Function(Pointer, Pointer<COMObject> cacheRequest,
                        Pointer<Pointer<COMObject>> children)>>>()
        .value
        .asFunction<
            int Function(
                Pointer,
                Pointer<COMObject> cacheRequest,
                Pointer<Pointer<COMObject>>
                    children)>()(ptr.ref.lpVtbl, cacheRequest, children);