Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
Retrieves the input code from wParam in WM_INPUT message.
Syntax
WPARAM GET_RAWINPUT_CODE_WPARAM(
WPARAM wParam
);
Parameters
wParam
wParam from WM_INPUT message.
Return value
Input code value. Can be one of the following:
| Value | Meaning |
|---|---|
| RIM_INPUT 0 | Input occurred while the application was in the foreground. |
| RIM_INPUTSINK 1 | Input occurred while the application was not in the foreground. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | winuser.h (include Windows.h) |
See also
Conceptual
Reference