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

#include "multimediapch.h"
#pragma hdrstop
#include <mmsystem.h>
#include <vfw.h>
#include <msacm.h>
static
MMRESULT
WINAPI
acmFormatTagDetailsW(
HACMDRIVER had,
LPACMFORMATTAGDETAILS paftd,
DWORD fdwDetails
)
{
return MMSYSERR_ERROR;
}
//
// !! WARNING !! The entries below must be in alphabetical order, and are CASE SENSITIVE (eg lower case comes last!)
//
DEFINE_PROCNAME_ENTRIES(msacm32)
{
DLPENTRY(acmFormatTagDetailsW)
};
DEFINE_PROCNAME_MAP(msacm32)