GetComboBoxInfo method

int GetComboBoxInfo(
  1. Pointer<HWND__> hwndCombo,
  2. Pointer<LPCOMBOBOXINFO> pcbi
)

Implementation

int GetComboBoxInfo(
  ffi.Pointer<HWND__> hwndCombo,
  ffi.Pointer<LPCOMBOBOXINFO> pcbi,
) {
  return (_GetComboBoxInfo ??=
      _dylib.lookupFunction<_c_GetComboBoxInfo, _dart_GetComboBoxInfo>(
          'GetComboBoxInfo'))(
    hwndCombo,
    pcbi,
  );
}