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 )
$paRawInput | A pointer to an array of $tagRAWINPUT structures that is returned by _WinAPI_GetRawInputBuffer(). |
$iInput | The number of structures in array. |
Success: | 1. |
Failure: | 0 and sets the @error flag to non-zero, @extended flag may contain the error code. |
Search DefRawInputProc in MSDN Library.