1 |
6.561861 |
BMREQUEST_CLASS |
Int32 |
1 |
0x00000001 |
1 |
|
|
System.Int32 |
#define BMREQUEST_CLASS 1
|
%ProgramFiles(x86)%\Windows Kits\10\Include\wdf\kmdf\1.11\wdfusb.h(49,0) |
- If (NTDDI_VERSION >= NTDDI_WIN2K)
- Ifndef BMREQUEST_CLASS
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SYSTEM)
|
2 |
4.639937 |
WDF_USB_BMREQUEST_TYPE::BmRequestClass |
Int32 |
1 |
0x00000001 |
1 |
|
|
System.Int32 |
BmRequestClass = BMREQUEST_CLASS,
|
%ProgramFiles(x86)%\Windows Kits\10\Include\wdf\kmdf\1.11\wdfusb.h(92,0) |
- If (NTDDI_VERSION >= NTDDI_WIN2K)
|
3 |
3.093291 |
WDF_USB_BMREQUEST_TYPE |
Enum |
|
|
|
|
|
|
typedef enum _WDF_USB_BMREQUEST_TYPE {
BmRequestStandard = BMREQUEST_STANDARD,
BmRequestClass = BMREQUEST_CLASS,
BmRequestVendor = BMREQUEST_VENDOR,
} WDF_USB_BMREQUEST_TYPE;
|
%ProgramFiles(x86)%\Windows Kits\10\Include\wdf\kmdf\1.11\wdfusb.h(90,0) |
- If (NTDDI_VERSION >= NTDDI_WIN2K)
|