Steamworks.NativeMethods.ISteamMusicRemote_EnablePlayNext C# (CSharp) Method

ISteamMusicRemote_EnablePlayNext() private method

private ISteamMusicRemote_EnablePlayNext ( [ bValue ) : bool
bValue [
return bool
		public static extern bool ISteamMusicRemote_EnablePlayNext([MarshalAs(UnmanagedType.I1)] bool bValue);
NativeMethods