Beispiel #1
0
 public static mmStatus mmClientPlay(IntPtr hSession, ref MM_CLIENT_PLAY pPlayParms)
 {
     return(NativeMethods.mmClientPlay(hSession, ref pPlayParms));
 }
Beispiel #2
0
 internal static extern mmStatus mmClientPlay(IntPtr hSession, ref MM_CLIENT_PLAY pPlayParms);