findAllBuildCache method
Implementation
int findAllBuildCache(int scope, Pointer<COMObject> condition,
Pointer<COMObject> cacheRequest, Pointer<Pointer<COMObject>> found) =>
(ptr.ref.vtable + 8)
.cast<
Pointer<
NativeFunction<
Int32 Function(
Pointer,
Int32 scope,
Pointer<COMObject> condition,
Pointer<COMObject> cacheRequest,
Pointer<Pointer<COMObject>> found)>>>()
.value
.asFunction<
int Function(
Pointer,
int scope,
Pointer<COMObject> condition,
Pointer<COMObject> cacheRequest,
Pointer<Pointer<COMObject>> found)>()(
ptr.ref.lpVtbl, scope, condition, cacheRequest, found);