2 instantiations of MMCKINFO
System (2)
sys\system\Media\SoundPlayer.cs (2)
567
NativeMethods.MMCKINFO ckRIFF = new NativeMethods.
MMCKINFO
();
568
NativeMethods.MMCKINFO ck = new NativeMethods.
MMCKINFO
();
5 references to MMCKINFO
System (5)
sys\system\Media\SoundPlayer.cs (5)
567
NativeMethods.
MMCKINFO
ckRIFF = new NativeMethods.MMCKINFO();
568
NativeMethods.
MMCKINFO
ck = new NativeMethods.MMCKINFO();
800
internal 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,