waitForNotifyEvent method

int waitForNotifyEvent(
  1. int dwMilliseconds
)

Implementation

int waitForNotifyEvent(int dwMilliseconds) => ptr.ref.vtable
    .elementAt(8)
    .cast<
        Pointer<
            NativeFunction<Int32 Function(Pointer, Uint32 dwMilliseconds)>>>()
    .value
    .asFunction<
        int Function(
            Pointer, int dwMilliseconds)>()(ptr.ref.lpVtbl, dwMilliseconds);