setNotifyWin32Event method

int setNotifyWin32Event()

Implementation

int setNotifyWin32Event() => ptr.ref.vtable
    .elementAt(7)
    .cast<Pointer<NativeFunction<Int32 Function(Pointer)>>>()
    .value
    .asFunction<int Function(Pointer)>()(ptr.ref.lpVtbl);