Steamworks.NativeMethods.ISteamMusicRemote_CurrentEntryIsAvailable C# (CSharp) Method

ISteamMusicRemote_CurrentEntryIsAvailable() private method

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