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.

31 lines
510 B

  1. #include "multimediapch.h"
  2. #pragma hdrstop
  3. #include <mmsystem.h>
  4. #include <vfw.h>
  5. #include <msacm.h>
  6. static
  7. MMRESULT
  8. WINAPI
  9. acmFormatTagDetailsW(
  10. HACMDRIVER had,
  11. LPACMFORMATTAGDETAILS paftd,
  12. DWORD fdwDetails
  13. )
  14. {
  15. return MMSYSERR_ERROR;
  16. }
  17. //
  18. // !! WARNING !! The entries below must be in alphabetical order, and are CASE SENSITIVE (eg lower case comes last!)
  19. //
  20. DEFINE_PROCNAME_ENTRIES(msacm32)
  21. {
  22. DLPENTRY(acmFormatTagDetailsW)
  23. };
  24. DEFINE_PROCNAME_MAP(msacm32)