GetKBCodePage method

int GetKBCodePage()

Implementation

int GetKBCodePage() {
  return (_GetKBCodePage ??=
      _dylib.lookupFunction<_c_GetKBCodePage, _dart_GetKBCodePage>(
          'GetKBCodePage'))();
}