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.

21 lines
452 B

  1. ; This is the inc file for isvbop.h.
  2. ; Please refer to isvbop.h for comments and notes on these interfaces
  3. ;
  4. BOP_3RDPARTY EQU 58H
  5. BOP_UNSIMULATE EQU 0FEH
  6. RegisterModule macro
  7. db 0C4h, 0C4h, BOP_3RDPARTY, 0
  8. endm
  9. UnRegisterModule macro
  10. db 0C4h, 0C4h, BOP_3RDPARTY, 1
  11. endm
  12. DispatchCall macro
  13. db 0C4h, 0C4h, BOP_3RDPARTY, 2
  14. endm
  15. VDDUnSimulate16 macro
  16. db 0C4h, 0C4h, BOP_UNSIMULATE
  17. endm