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.
 
 
 
 
 
 

12 lines
347 B

/* mme.h
* External scope definitions for mme.cpp
* Created by FrankYe on 2/14/2001
* Copyright (c) 2001-2001 Microsoft Corporation
*/
void MME_AudioInterfaceArrival(PCTSTR DeviceInterface);
void MME_AudioInterfaceRemove(PCTSTR DeviceInterface);
LONG MME_ServiceStart(void);
BOOL MME_DllProcessAttach(void);
void MME_DllProcessDetach(void);