NEXTRAWINPUTBLOCK macro (winuser.h)

Retrieves the location of the next structure in an array of RAWINPUT structures.

Syntax

void NEXTRAWINPUTBLOCK(
   ptr
);

Parameters

ptr

A pointer to a structure in an array of RAWINPUT structures.

Return value

None

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

RAWINPUT

Raw Input

Reference