LPGET_INTERRUPT_REPORT (Windows CE 5.0)

Send Feedback

This function retrieves an interrupt report from the device.

typedef DWORD (*LPGET_INTERRUPT_REPORT) (  HID_HANDLE hDevice,  PCHAR pbBuffer,  DWORD cbBuffer,   PDWORD pcbTransferred,  HANDLE hCancel,  DWORD dwTimeout);

Parameters

  • hDevice
    [in] Handle to a HID device.
  • pbBuffer
    [in] Pointer to the HID report. The first byte is the report identifier.
  • cbBuffer
    [in] HID report length.
  • pcbTransferred
    [out] Pointer to the transferred data.
  • hCancel
    [in] Transfer cancel signal. Use this parameter to cancel the transfer.
  • dwTimeout
    [in] Time in milliseconds (ms) before the operation times out.

Return Values

Returns ERROR_SUCCESS, ERROR_DEVICE_REMOVED, or ERROR_TIMEOUT.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Hiddi.h.
Link Library: Conshid_lib.lib, Kbdhid_lib.lib, or Mouhid_lib.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.