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.

19 lines
521 B

  1. /*==========================================================================
  2. *
  3. * Copyright (C) 1995-1999 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: voice.h
  6. * Content: Voice Support Routines
  7. * History:
  8. *
  9. * Date By Reason
  10. * ==== == ======
  11. * 10/15/99 rodtoll created it
  12. *
  13. ***************************************************************************/
  14. #ifndef __VOICE_H
  15. BOOL VoiceManager_Start( PDXVHELP_RTINFO prtInfo );
  16. BOOL VoiceManager_Stop( PDXVHELP_RTINFO prtInfo );
  17. #endif