HomeSort by relevance Sort by last modified time
    Searched refs:FACILITY_HID_ERROR_CODE (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hidpi.h 230 #ifndef FACILITY_HID_ERROR_CODE
231 #define FACILITY_HID_ERROR_CODE 0x11
234 #define HIDP_ERROR_CODES(SEV, CODE) ((NTSTATUS) (((SEV) << 28) | (FACILITY_HID_ERROR_CODE << 16) | (CODE)))
ntstatus.h 22 #define FACILITY_HID_ERROR_CODE 0x11
    [all...]

Completed in 109 milliseconds