setShowCmd method

int setShowCmd(
  1. int iShowCmd
)

Implementation

int setShowCmd(int iShowCmd) => ptr.ref.vtable
    .elementAt(15)
    .cast<Pointer<NativeFunction<Int32 Function(Pointer, Int32 iShowCmd)>>>()
    .value
    .asFunction<
        int Function(Pointer, int iShowCmd)>()(ptr.ref.lpVtbl, iShowCmd);