Advertisement
MagicAndre1981

NDIS 6.60 in Windows 10 Redstone (14267 SDK)

Feb 24th, 2016
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. In #Windows10 Redstone NDIS has version 6.60:
  2.  
  3.  
  4. ntddndis.h:
  5.  
  6. #if ((NTDDI_VERSION >= NTDDI_WIN10_RS1) || NDIS_SUPPORT_NDIS660)
  7. //
  8. // More WWAN specific oids
  9. //
  10. #define OID_WWAN_UICC_ATR                           0x0e010139
  11. #define OID_WWAN_UICC_OPEN_CHANNEL                  0x0e01013a
  12. #define OID_WWAN_UICC_CLOSE_CHANNEL                 0x0e01013b
  13. #define OID_WWAN_UICC_APDU                          0x0e01013c
  14. #define OID_WWAN_UICC_TERMINAL_CAPABILITY           0x0e01013d
  15. #endif // ((NTDDI_VERSION >= NTDDI_WIN10_RS1) || NDIS_SUPPORT_NDIS660)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement