Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 806 Bytes

GetKeyboardType.md

File metadata and controls

40 lines (27 loc) · 806 Bytes

Home

Function name : GetKeyboardType

Group: System Information - Library: user32


Retrieves information about the current keyboard.


Code examples:

Current keyboard type

Declaration:

int GetKeyboardType(
  int nTypeFlag  // information type
);  

FoxPro declaration:

DECLARE INTEGER GetKeyboardType IN user32 INTEGER nTypeFlag  

Parameters:

nTypeFlag [in] Specifies the type of keyboard information to be retrieved.


Return value:

If the function succeeds, the return value specifies the requested information.