Steamworks.NativeMethods.ISteamMusicRemote_EnableQueue C# (CSharp) Method

ISteamMusicRemote_EnableQueue() private method

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