AddComboBox method

int AddComboBox(
  1. int dwIDCtl
)

Implementation

int AddComboBox(int dwIDCtl) => ptr.ref.vtable
    .elementAt(6)
    .cast<Pointer<NativeFunction<Int32 Function(Pointer, Uint32 dwIDCtl)>>>()
    .value
    .asFunction<
        int Function(Pointer, int dwIDCtl)>()(ptr.ref.lpVtbl, dwIDCtl);