mirror of https://github.com/tongzx/nt5src
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
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);
|
|
|