setShowCmd method

int setShowCmd(
  1. int iShowCmd
)

Implementation

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