หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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