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