getSwitchToHWND method

int getSwitchToHWND(
  1. Pointer<IntPtr> phwnd
)

Implementation

int getSwitchToHWND(Pointer<IntPtr> phwnd) => ptr.ref.vtable
    .elementAt(6)
    .cast<
        Pointer<
            NativeFunction<Int32 Function(Pointer, Pointer<IntPtr> phwnd)>>>()
    .value
    .asFunction<
        int Function(
            Pointer, Pointer<IntPtr> phwnd)>()(ptr.ref.lpVtbl, phwnd);