EndDialog method

int EndDialog(
  1. Pointer<HWND__> hDlg,
  2. int nResult
)

Implementation

int EndDialog(
  ffi.Pointer<HWND__> hDlg,
  int nResult,
) {
  return _EndDialog(
    hDlg,
    nResult,
  );
}