getNotifyEventHandle method

int getNotifyEventHandle()

Implementation

int getNotifyEventHandle() => (ptr.ref.vtable + 9)
    .cast<Pointer<NativeFunction<IntPtr Function(Pointer)>>>()
    .value
    .asFunction<int Function(Pointer)>()(ptr.ref.lpVtbl);