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.

34 lines
1.3 KiB

  1. /******************************************************************************
  2. *
  3. * $RCSfile: AnlgStrm.h $
  4. * $Source: u:/si/VXP/Wdm/Encore/AnlgStrm.h $
  5. * $Author: Max $
  6. * $Date: 1998/08/18 19:39:56 $
  7. * $Revision: 1.2 $
  8. *
  9. * Written by: Max Paklin
  10. * Purpose: Definition of analog stream functions for WDM driver
  11. *
  12. *******************************************************************************
  13. *
  14. * Copyright 1996-97, AuraVision Corporation. All rights reserved.
  15. *
  16. * AuraVision Corporation makes no warranty of any kind, express or implied,
  17. * with regard to this software. In no event shall AuraVision Corporation
  18. * be liable for incidental or consequential damages in connection with or
  19. * arising from the furnishing, performance, or use of this software.
  20. *
  21. *******************************************************************************/
  22. #ifndef _ANLGSTRM_H_
  23. #define _ANLGSTRM_H_
  24. VOID STREAMAPI AnalogReceiveCtrlPacket( IN PHW_STREAM_REQUEST_BLOCK pSrb );
  25. VOID STREAMAPI AnalogReceiveDataPacket( IN PHW_STREAM_REQUEST_BLOCK pSrb );
  26. BOOL AnalogInitialize( PHW_STREAM_REQUEST_BLOCK pSrb );
  27. VOID AnalogUninitialize( PHW_STREAM_REQUEST_BLOCK pSrb );
  28. VOID AnalogOpenStream( PHW_STREAM_REQUEST_BLOCK pSrb );
  29. VOID AnalogCloseStream( PHW_STREAM_REQUEST_BLOCK pSrb );
  30. #endif // #ifndef _ANLGSTRM_H_