elementFromPointBuildCache method
Implementation
int elementFromPointBuildCache(POINT pt, Pointer<COMObject> cacheRequest,
Pointer<Pointer<COMObject>> element) =>
(ptr.ref.vtable + 11)
.cast<
Pointer<
NativeFunction<
Int32 Function(
Pointer,
POINT pt,
Pointer<COMObject> cacheRequest,
Pointer<Pointer<COMObject>> element)>>>()
.value
.asFunction<
int Function(
Pointer,
POINT pt,
Pointer<COMObject> cacheRequest,
Pointer<Pointer<COMObject>> element)>()(
ptr.ref.lpVtbl, pt, cacheRequest, element);