windows-nt/Source/XPSP1/NT/multimedia/directx/dplay/dvoice/dxvtlib/fulldup.h

20 lines
555 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*==========================================================================;
*
* Copyright (C) 1999 Microsoft Corporation. All Rights Reserved.
*
* File: fulldup.h
* Content: Prototypes the FullDuplexProcess function
* History:
* Date By Reason
* ============
* 08/19/99 pnewson created
***************************************************************************/
#ifndef _FULLDUP_H_
#define _FULLDUP_H_
HRESULT FullDuplexProcess(HINSTANCE hResDLLInstance, HINSTANCE hPrevInstance, TCHAR *szCmdLine, int iCmdShow);
#endif