LPSET_QUEUE_SIZE (Windows CE 5.0)

Send Feedback

This function sets the size of the HID client's queue.

typedef DWORD (*LPSET_QUEUE_SIZE) (  HID_HANDLE hDevice,  DWORD dwSize);

Parameters

  • hDevice
    [in] Handle to a HID device.
  • dwSize
    [in] Size of the HID client's queue.

Return Values

The following table shows the possible return values.

Value Description
ERROR_INVALID_HANDLE hDevice was an invalid HID device handle.
ERROR_INVALID_PARAMETER dwSize was set to 0.
ERROR_SUCCESS Function returned successfully.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Hiddi.h.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.