GetKeyboardLayoutNameW method

int GetKeyboardLayoutNameW(
  1. Pointer<Uint16> pwszKLID
)

Implementation

int GetKeyboardLayoutNameW(
  ffi.Pointer<ffi.Uint16> pwszKLID,
) {
  return _GetKeyboardLayoutNameW(
    pwszKLID,
  );
}