Steamworks.NativeMethods.ISteamMusicRemote_BActivationSuccess C# (CSharp) Method

ISteamMusicRemote_BActivationSuccess() private method

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