show method

int show(
  1. int hwndOwner
)

Implementation

int show(int hwndOwner) => ptr.ref.vtable
    .elementAt(3)
    .cast<
        Pointer<NativeFunction<Int32 Function(Pointer, IntPtr hwndOwner)>>>()
    .value
    .asFunction<
        int Function(Pointer, int hwndOwner)>()(ptr.ref.lpVtbl, hwndOwner);