示例#1
0
文件: winmm.cs 项目: ufasoft/coin
 public static extern MMSysErr waveOutGetPosition(WaveHandle h, ref MMTIME mmtime, uint cbmmt);
示例#2
0
 public static extern int waveOutGetPosition(HANDLE hWaveOut, ref MMTIME lpInfo, int uSize);
示例#3
0
 public static extern int midiStreamPosition(HANDLE hms, ref MMTIME lpmmt, int cbmmt);
示例#4
0
 public static extern int timeGetSystemTime(ref MMTIME lpTime, int uSize);
示例#5
0
 public static extern MMSysErr waveOutGetPosition(WaveHandle h, ref MMTIME mmtime, uint cbmmt);