windows-nt/Source/XPSP1/NT/multimedia/directx/dplay/dvoice/dxvhelp/voice.h
2020-09-26 16:20:57 +08:00

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