Leaked source code of windows server 2003
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
359 B

  1. /* mme.h
  2. * External scope definitions for mme.cpp
  3. * Created by FrankYe on 2/14/2001
  4. * Copyright (c) 2001-2001 Microsoft Corporation
  5. */
  6. void MME_AudioInterfaceArrival(PCTSTR DeviceInterface);
  7. void MME_AudioInterfaceRemove(PCTSTR DeviceInterface);
  8. LONG MME_ServiceStart(void);
  9. BOOL MME_DllProcessAttach(void);
  10. void MME_DllProcessDetach(void);