Source code of Windows XP (NT5)
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.

30 lines
1.3 KiB

  1. /******************************************************************************\
  2. * *
  3. * CCAPTION.H - Hardware abstraction level library. *
  4. * *
  5. * Copyright (c) C-Cube Microsystems 1996 *
  6. * All Rights Reserved. *
  7. * *
  8. * Use of C-Cube Microsystems code is governed by terms and conditions *
  9. * stated in the accompanying licensing statement. *
  10. * *
  11. \******************************************************************************/
  12. #ifndef _CCAPTION_H_
  13. #define _CCAPTION_H_
  14. VOID STREAMAPI CCReceiveDataPacket( IN PHW_STREAM_REQUEST_BLOCK pSrb );
  15. VOID STREAMAPI CCReceiveCtrlPacket( IN PHW_STREAM_REQUEST_BLOCK pSrb );
  16. void GetCCProperty( IN PHW_STREAM_REQUEST_BLOCK pSrb );
  17. void SetCCProperty( IN PHW_STREAM_REQUEST_BLOCK pSrb );
  18. void CCSendDiscontinuity(PHW_DEVICE_EXTENSION pHwDevExt);
  19. void CleanCCQueue(PHW_DEVICE_EXTENSION pHwDevExt);
  20. #endif