20 lines
521 B
C
20 lines
521 B
C
|
/*==========================================================================
|
||
|
*
|
||
|
* Copyright (C) 1995-1999 Microsoft Corporation. All Rights Reserved.
|
||
|
*
|
||
|
* File: voice.h
|
||
|
* Content: Voice Support Routines
|
||
|
* History:
|
||
|
*
|
||
|
* Date By Reason
|
||
|
* ==== == ======
|
||
|
* 10/15/99 rodtoll created it
|
||
|
*
|
||
|
***************************************************************************/
|
||
|
#ifndef __VOICE_H
|
||
|
|
||
|
BOOL VoiceManager_Start( PDXVHELP_RTINFO prtInfo );
|
||
|
BOOL VoiceManager_Stop( PDXVHELP_RTINFO prtInfo );
|
||
|
|
||
|
#endif
|