GetKeyNameText function user32
Retrieves a string that represents the name of a key.
int GetKeyNameTextW(
LONG lParam,
LPWSTR lpString,
int cchSize
);
Implementation
int GetKeyNameText(int lParam, Pointer<Utf16> lpString, int cchSize) =>
_GetKeyNameText(lParam, lpString, cchSize);