hi all
i try to get the key board layout with
now the var key_layout point to the (keyboard layout name)
or point to the success or fail of the dll call
any idia to get this function do its job ??
i try to get the key board layout with
PHP Code:
TempKeyBoard = "KL_NAMELENGTH","0"
key_layout = DLL.CallFunction("user32.dll", "GetKeyboardLayoutNameW", TempKeyBoard, DLL_RETURN_TYPE_LONG, DLL_CALL_STDCALL)
or point to the success or fail of the dll call

any idia to get this function do its job ??
Comment