2 references to mmioDescend
System (2)
sys\system\Media\SoundPlayer.cs (2)
579if (UnsafeNativeMethods.mmioDescend(hMIO, ckRIFF, null, NativeMethods.MMIO_FINDRIFF) != 0) 582while (UnsafeNativeMethods.mmioDescend(hMIO, ck, ckRIFF, 0) == 0) {