Function Reference


_WinAPI_DefRawInputProc

Calls the default raw input procedure to process the raw input messages that an application does not process

#include <WinAPISys.au3>
_WinAPI_DefRawInputProc ( $paRawInput, $iInput )

Parameters

$paRawInput A pointer to an array of $tagRAWINPUT structures that is returned by _WinAPI_GetRawInputBuffer().
$iInput The number of structures in array.

Return Value

Success: 1.
Failure: 0 and sets the @error flag to non-zero, @extended flag may contain the error code.

Related

_WinAPI_GetRawInputBuffer

See Also

Search DefRawInputProc in MSDN Library.