GetKeyboardType function user32

int GetKeyboardType(
  1. int nTypeFlag
)

Retrieves information about the current keyboard.

int GetKeyboardType(
  int nTypeFlag
);

Implementation

int GetKeyboardType(int nTypeFlag) => _GetKeyboardType(nTypeFlag);