Steamworks.NativeMethods.ISteamMusicRemote_EnablePlaylists C# (CSharp) Method

ISteamMusicRemote_EnablePlaylists() private method

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