GetMonitorName method

Pointer<Char> GetMonitorName(
  1. int monitor
)

Implementation

Pointer<Char> GetMonitorName(int monitor) {
  return _GetMonitorName(monitor);
}