From: Johannes Anderwald Date: Fri, 23 Dec 2011 15:21:28 +0000 (+0000) Subject: - Fix function declaration X-Git-Tag: backups/usb-bringup@55523~39 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=df17bddc0f6c16db1a5538eaeac1a0502bb4498b - Fix function declaration - add missing constant svn path=/branches/usb-bringup/; revision=54737 --- diff --git a/include/ddk/hidclass.h b/include/ddk/hidclass.h index c93bfb4a525..80c088e061b 100644 --- a/include/ddk/hidclass.h +++ b/include/ddk/hidclass.h @@ -73,6 +73,7 @@ DEFINE_GUID (GUID_HID_INTERFACE_HIDPARSE, \ #define IOCTL_HID_GET_DRIVER_CONFIG HID_BUFFER_CTL_CODE(100) #define IOCTL_HID_SET_DRIVER_CONFIG HID_BUFFER_CTL_CODE(101) +#define IOCTL_HID_GET_INDEXED_STRING HID_OUT_CTL_CODE(120) #define IOCTL_HID_GET_MS_GENRE_DESCRIPTOR HID_OUT_CTL_CODE(121) /* FIXME: these values are wrong! */ diff --git a/include/ddk/hidpddi.h b/include/ddk/hidpddi.h index 165b402a4a7..13c8a48ab40 100644 --- a/include/ddk/hidpddi.h +++ b/include/ddk/hidpddi.h @@ -43,6 +43,7 @@ typedef struct _HIDP_DEVICE_DESC }HIDP_DEVICE_DESC, *PHIDP_DEVICE_DESC; NTSTATUS +NTAPI HidP_GetCollectionDescription( IN PHIDP_REPORT_DESCRIPTOR ReportDesc, IN ULONG DescLength,