다음을 통해 공유


LPSET_QUEUE_SIZE (Compact 2013)

3/26/2014

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

Syntax

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 Value

The following table shows the possible return values.

Value

Description

ERROR_INVALID_HANDLE

hDevicewas an invalid HID device handle.

ERROR_INVALID_PARAMETER

dwSize was set to 0.

ERROR_SUCCESS

Function returned successfully.

Requirements

Header

hiddi.h

See Also

Reference

HID Driver Functions