MessageBeep method

int MessageBeep(
  1. int uType
)

Implementation

int MessageBeep(
  int uType,
) {
  return _MessageBeep(
    uType,
  );
}