setWindowVisualState method

int setWindowVisualState(
  1. int state
)

Implementation

int setWindowVisualState(int state) => (ptr.ref.vtable + 5)
    .cast<Pointer<NativeFunction<Int32 Function(Pointer, Int32 state)>>>()
    .value
    .asFunction<int Function(Pointer, int state)>()(ptr.ref.lpVtbl, state);