GetKeyboardLayoutNameA method

int GetKeyboardLayoutNameA(
  1. Pointer<Int8> pwszKLID
)

Implementation

int GetKeyboardLayoutNameA(
  ffi.Pointer<ffi.Int8> pwszKLID,
) {
  return (_GetKeyboardLayoutNameA ??= _dylib.lookupFunction<
      _c_GetKeyboardLayoutNameA,
      _dart_GetKeyboardLayoutNameA>('GetKeyboardLayoutNameA'))(
    pwszKLID,
  );
}