SetLocaleInfoA method

int SetLocaleInfoA(
  1. int Locale,
  2. int LCType,
  3. Pointer<Int8> lpLCData
)

Implementation

int SetLocaleInfoA(
  int Locale,
  int LCType,
  ffi.Pointer<ffi.Int8> lpLCData,
) {
  return _SetLocaleInfoA(
    Locale,
    LCType,
    lpLCData,
  );
}