waitForResponse method
Implementation
int waitForResponse(VARIANT timeout, Pointer<Int16> succeeded) =>
(ptr.ref.vtable + 21)
.cast<
Pointer<
NativeFunction<
Int32 Function(Pointer, VARIANT timeout,
Pointer<Int16> succeeded)>>>()
.value
.asFunction<
int Function(
Pointer, VARIANT timeout, Pointer<Int16> succeeded)>()(
ptr.ref.lpVtbl, timeout, succeeded);