A_Set_ErrorDlg method

int A_Set_ErrorDlg(
  1. int nShow
)

Implementation

int A_Set_ErrorDlg(
  int nShow,
) {
  return _A_Set_ErrorDlg(
    nShow,
  );
}