예제 #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);