addRefresher method
Implementation
int addRefresher(
Pointer<COMObject> pRefresher, int lFlags, Pointer<Int32> plId) =>
ptr.ref.vtable
.elementAt(5)
.cast<
Pointer<
NativeFunction<
Int32 Function(Pointer, Pointer<COMObject> pRefresher,
Int32 lFlags, Pointer<Int32> plId)>>>()
.value
.asFunction<
int Function(Pointer, Pointer<COMObject> pRefresher,
int lFlags, Pointer<Int32> plId)>()(
ptr.ref.lpVtbl, pRefresher, lFlags, plId);