GetComboBoxInfo method

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

Implementation

int GetComboBoxInfo(
  ffi.Pointer<HWND__> hwndCombo,
  ffi.Pointer<COMBOBOXINFO> pcbi,
) {
  return _GetComboBoxInfo(
    hwndCombo,
    pcbi,
  );
}