Example #1
0
 public static extern bool sndPlaySound(IntPtr snd, sndFlags sflg);
Example #2
0
 public static extern bool sndPlaySound([MarshalAs(UnmanagedType.LPStr)] string snd, sndFlags sflg);
Example #3
0
 public static extern bool sndPlaySound(int snd, sndFlags sflg);
Example #4
0
        public static extern bool sndPlaySound(
			[MarshalAs(UnmanagedType.LPStr)]
			string			snd,
			sndFlags		sflg
		);