Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Retrieves the location of the next structure in an array of RAWINPUT structures.
Syntax
PRAWINPUT NEXTRAWINPUTBLOCK(
PRAWINPUT ptr
);
Parameters
ptr
A pointer to a structure in an array of RAWINPUT structures.
Return value
Type: PRAWINPUT
The return value is a pointer to the next structure in the array of RAWINPUT structures.
Remarks
This macro is called repeatedly to traverse an array of RAWINPUT structures.
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