Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
840 B

  1. #ifndef _E100_DEF_H_
  2. #define _E100_DEF_H_
  3. //-------------------------------------------------------------------------
  4. // NON_TRANSMIT_CB -- Generic Non-Transmit Command Block
  5. //-------------------------------------------------------------------------
  6. typedef struct _NON_TRANSMIT_CB
  7. {
  8. union
  9. {
  10. MULTICAST_CB_STRUC Multicast;
  11. CONFIG_CB_STRUC Config;
  12. IA_CB_STRUC Setup;
  13. DUMP_CB_STRUC Dump;
  14. FILTER_CB_STRUC Filter;
  15. } NonTxCb;
  16. } NON_TRANSMIT_CB, *PNON_TRANSMIT_CB;
  17. //-------------------------------------------------------------------------
  18. // WMI header file e100_wmi.h, generated by wmimofck utility from e100.bmf
  19. //-------------------------------------------------------------------------
  20. //#include "e100_wmi.h"
  21. #endif //_E100_DEF_H_