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.

29 lines
540 B

  1. //
  2. // fuband.h
  3. //
  4. // August.26,1997 H.Ishida(FPL)
  5. // fjxlres.dll (NT5.0 MiniDriver)
  6. //
  7. // July.31,1996 H.Ishida (FPL)
  8. // FUXL.DLL (NT4.0 MiniDriver)
  9. //
  10. // COPYRIGHT(C) FUJITSU LIMITED 1996-1997
  11. #ifndef fuband_h
  12. #define fuband_h
  13. #define OUTPUT_MH 0x0001
  14. #define OUTPUT_RTGIMG2 0x0002
  15. #define OUTPUT_MH2 0x0004
  16. #define OUTPUT_RTGIMG4 0x0008
  17. void fuxlInitBand(PFUXLPDEV pFjxlPDEV);
  18. void fuxlDisableBand(PFUXLPDEV pFjxlPDEV);
  19. void fuxlRefreshBand(PDEVOBJ pdevobj);
  20. #endif // !fuband_h
  21. // end of fuband.h