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

  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);