2 instantiations of MMCKINFO
System (2)
sys\system\Media\SoundPlayer.cs (2)
567NativeMethods.MMCKINFO ckRIFF = new NativeMethods.MMCKINFO(); 568NativeMethods.MMCKINFO ck = new NativeMethods.MMCKINFO();
5 references to MMCKINFO
System (5)
sys\system\Media\SoundPlayer.cs (5)
567NativeMethods.MMCKINFO ckRIFF = new NativeMethods.MMCKINFO(); 568NativeMethods.MMCKINFO ck = new NativeMethods.MMCKINFO(); 800internal static extern int mmioAscend(IntPtr hMIO, NativeMethods.MMCKINFO lpck, int flags); 805[MarshalAs(UnmanagedType.LPStruct)] NativeMethods.MMCKINFO lpck, 806[MarshalAs(UnmanagedType.LPStruct)] NativeMethods.MMCKINFO lcpkParent,