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.

41 lines
1.2 KiB

  1. //==========================================================================;
  2. //
  3. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  4. // KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  5. // IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  6. // PURPOSE.
  7. //
  8. // Copyright (c) 1992 - 1999 Microsoft Corporation. All Rights Reserved.
  9. //
  10. //==========================================================================;
  11. #ifndef __VBIDATA_H__
  12. #define __VBIDATA_H__
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif // __cplusplus
  16. #define _VBIlineSize (768*2)
  17. extern unsigned char VBIsamples[][12][_VBIlineSize];
  18. extern unsigned int VBIfieldSize;
  19. extern unsigned int VBIfieldCount;
  20. extern unsigned char CCfields[][2];
  21. extern unsigned int CCfieldCount;
  22. extern unsigned char CCsampleWave[];
  23. extern unsigned short CCsampleWaveSize;
  24. #define CCsampleWaveDataOffset 580
  25. #define CCsampleWaveDC_zero 54
  26. #define CCsampleWaveDC_one 109
  27. extern unsigned char NABTSfields[][sizeof (NABTS_BUFFER)];
  28. extern unsigned int NABTSfieldCount;
  29. #ifdef __cplusplus
  30. }
  31. #endif // __cplusplus
  32. #endif //__VBIDATA_H__