1 |
6.714429 |
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)
|
2 |
3.165212 |
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)
|