2025-04-27 07:49:33 -04:00

20 lines
496 B
C

/*==========================================================================
*
* Copyright (C) 1995-1999 Microsoft Corporation. All Rights Reserved.
*
* File: misc.h
* Content: Misc Support Routines
* History:
*
* Date By Reason
* ==== == ======
* 10/15/99 rodtoll created it
*
***************************************************************************/
#ifndef __MISC_H
BOOL MicrophoneGetVolume( UINT waveInDevice, LONG &volume );
#endif